Html Css Color HEX #EE3027 Cinnabar

📋 copy color: '#EE3027'

red 238 ◦ green 48 ◦ blue 39

#EE3027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #EE3027

Tints of Cinnabar #EE3027

RGB

 RED value IS 238 (93.36% from 255) = 73.23%

 GREEN value IS 48 (19.14% from 255) = 14.77%

 BLUE value IS 39 (15.63% from 255) = 12%

R = 73.23%
G = 14.77%
B = 12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE3027 (or 0xEE3027) is known color: Cinnabar. HEX triplet: EE, 30 and 27. RGB value is (238,48,39). Sum of RGB (Red+Green+Blue) = 238+48+39=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3027 is #11CFD8. Grayscale: #686868. Windows color (decimal): -1167321 or 2568430. OLE color: 2568430.

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

Color convert

RGB 238 48 39 -
CMYK 0 0.80 0.84 0.07
HSL 2.71º 0.85% 0.54% -
HSV(B) 2.71º 0.84% 0.93% -
XYZ 36.68 20.44 3.93 -
YUV 103.78 91.45 223.73 -
System Red Green Blue C M Y K H S L
Decimal 238 48 39 0 0.80 0.84 0.07 2.71 0.85 0.54
Hex EE 30 27 0 50 54 7 3 55 36
Octal 356 60 47 0 120 124 7 3 125 66
Binary 11101110 110000 100111 0 1010000 1010100 111 11 1010101 110110

Color Harmonies of #EE3027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3027

Black with #EE3027

Text Example


Text Example

White with #EE3027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3027; }

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

 H1.HeaderClassName
 {
   color: #EE3027;
 }
 .AnyTagClassName
 {
   color: #EE3027;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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