Html Css Color HEX #EE421B Cinnabar

📋 copy color: '#EE421B'

red 238 ◦ green 66 ◦ blue 27

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

Shades of Cinnabar #EE421B

Tints of Cinnabar #EE421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 71.9%
G = 19.94%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE421B (or 0xEE421B) is known color: Cinnabar. HEX triplet: EE, 42 and 1B. RGB value is (238,66,27). Sum of RGB (Red+Green+Blue) = 238+66+27=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE421B is #11BDE4. Grayscale: #717171. Windows color (decimal): -1162725 or 1786606. OLE color: 1786606.

HSL color Cylindrical-coordinate representation of color #EE421B: hue angle of 11.09º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE421B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 66 27 -
CMYK 0 0.72 0.89 0.07
HSL 11.09º 0.86% 0.52% -
HSV(B) 11.09º 0.89% 0.93% -
XYZ 37.41 22.15 3.34 -
YUV 112.98 79.48 217.17 -
System Red Green Blue C M Y K H S L
Decimal 238 66 27 0 0.72 0.89 0.07 11.09 0.86 0.52
Hex EE 42 1B 0 48 59 7 B 56 34
Octal 356 102 33 0 110 131 7 13 126 64
Binary 11101110 1000010 11011 0 1001000 1011001 111 1011 1010110 110100

Color Harmonies of #EE421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE421B

Black with #EE421B

Text Example


Text Example

White with #EE421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE421B; }

 p { color: rgb(238,66,27); }

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

background-color css

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

 a { background-color: rgb(238,66,27); }

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

border-color css

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

 span { border-color: rgb(238,66,27); }

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