Html Css Color HEX #E8421C Cinnabar

📋 copy color: '#E8421C'

red 232 ◦ green 66 ◦ blue 28

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

Shades of Cinnabar #E8421C

Tints of Cinnabar #E8421C

RGB

 RED value IS 232 (91.02% from 255) = 71.17%

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

 BLUE value IS 28 (11.33% from 255) = 8.59%

R = 71.17%
G = 20.25%
B = 8.59%

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

#E8421C (or 0xE8421C) is known color: Cinnabar. HEX triplet: E8, 42 and 1C. RGB value is (232,66,28). Sum of RGB (Red+Green+Blue) = 232+66+28=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E8421C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8421C is #17BDE3. Grayscale: #6F6F6F. Windows color (decimal): -1555940 or 1852136. OLE color: 1852136.

HSL color Cylindrical-coordinate representation of color #E8421C: hue angle of 11.18º 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 #E8421C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 66 28 -
CMYK 0 0.72 0.88 0.09
HSL 11.18º 0.82% 0.51% -
HSV(B) 11.18º 0.88% 0.91% -
XYZ 35.44 21.14 3.31 -
YUV 111.3 81 214.09 -
System Red Green Blue C M Y K H S L
Decimal 232 66 28 0 0.72 0.88 0.09 11.18 0.82 0.51
Hex E8 42 1C 0 48 58 9 B 52 33
Octal 350 102 34 0 110 130 11 13 122 63
Binary 11101000 1000010 11100 0 1001000 1011000 1001 1011 1010010 110011

Color Harmonies of #E8421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8421C

Black with #E8421C

Text Example


Text Example

White with #E8421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8421C; }

 p { color: rgb(232,66,28); }

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

background-color css

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

 a { background-color: rgb(232,66,28); }

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

border-color css

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

 span { border-color: rgb(232,66,28); }

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