#ee3730

Color #EE3730 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #EE3730

Tints of Cinnabar #EE3730

Color information

#EE3730 (or 0xEE3730) is unknown color: approx Cinnabar. HEX triplet: EE, 37 and 30. RGB value is (238,55,48). Sum of RGB (Red+Green+Blue) = 238+55+48=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3730 is #11C8CF. Grayscale: #6D6D6D. Windows color (decimal): -1165520 or 3160046. OLE color: 3160046.

HSL color Cylindrical-coordinate representation of color #EE3730: hue angle of 2.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE3730 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB2385548-
CMYK00.770.800.07
HSL2.21º84.82%56.08%-
HSV(B)2.21º79.83%93.33%-
XYZ37.1621.124.91-
YUV108.9293.63220.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 69.79%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=69.79%
G=16.13%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238554800.770.800.072.2184.8256.08
HexEE373004D50725538
Octal356676001151207212570
Binary11101110110111110000010011011010000111101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee3730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee3730; }

 p { color: rgb(238,55,48); }

 H1.HeaderClassName
 {
   color: #ee3730;
 }
 .AnyTagClassName
 {
   color: #ee3730;
 }
</style>
background-color css

<style>
 a { background-color: #ee3730; }

 a { background-color: rgb(238,55,48); }

 div.DivClassName
 {
   background-color: #ee3730;
 }
 .BgClassName
 {
   background-color: #ee3730;
 }
</style>
border-color css

<style>
 span { border-color: #ee3730; }

 span { border-color: rgb(238,55,48); }

 td.TdClassName
 {
   border-color: #ee3730;
 }
 .TagClassName
 {
   border-color: #ee3730;
 }
</style>