Html Css Color HEX #E9421B Cinnabar

📋 copy color: '#E9421B'

red 233 ◦ green 66 ◦ blue 27

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

Shades of Cinnabar #E9421B

Tints of Cinnabar #E9421B

RGB

 RED value IS 233 (91.41% from 255) = 71.47%

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

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

R = 71.47%
G = 20.25%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9421B (or 0xE9421B) is known color: Cinnabar. HEX triplet: E9, 42 and 1B. RGB value is (233,66,27). Sum of RGB (Red+Green+Blue) = 233+66+27=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E9421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9421B is #16BDE4. Grayscale: #6F6F6F. Windows color (decimal): -1490405 or 1786601. OLE color: 1786601.

HSL color Cylindrical-coordinate representation of color #E9421B: hue angle of 11.36º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9421B is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 66 27 -
CMYK 0 0.72 0.88 0.09
HSL 11.36º 0.82% 0.51% -
HSV(B) 11.36º 0.88% 0.91% -
XYZ 35.75 21.3 3.26 -
YUV 111.49 80.33 214.67 -
System Red Green Blue C M Y K H S L
Decimal 233 66 27 0 0.72 0.88 0.09 11.36 0.82 0.51
Hex E9 42 1B 0 48 58 9 B 52 33
Octal 351 102 33 0 110 130 11 13 122 63
Binary 11101001 1000010 11011 0 1001000 1011000 1001 1011 1010010 110011

Color Harmonies of #E9421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9421B

Black with #E9421B

Text Example


Text Example

White with #E9421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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