Html Css Color HEX #E8421D Cinnabar

📋 copy color: '#E8421D'

red 232 ◦ green 66 ◦ blue 29

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

Shades of Cinnabar #E8421D

Tints of Cinnabar #E8421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.87%

R = 70.95%
G = 20.18%
B = 8.87%

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

#E8421D (or 0xE8421D) is known color: Cinnabar. HEX triplet: E8, 42 and 1D. RGB value is (232,66,29). Sum of RGB (Red+Green+Blue) = 232+66+29=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E8421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8421D is #17BDE2. Grayscale: #6F6F6F. Windows color (decimal): -1555939 or 1917672. OLE color: 1917672.

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

Color convert

RGB 232 66 29 -
CMYK 0 0.72 0.88 0.09
HSL 10.94º 0.82% 0.51% -
HSV(B) 10.94º 0.88% 0.91% -
XYZ 35.45 21.14 3.37 -
YUV 111.42 81.5 214.01 -
System Red Green Blue C M Y K H S L
Decimal 232 66 29 0 0.72 0.88 0.09 10.94 0.82 0.51
Hex E8 42 1D 0 48 58 9 B 52 33
Octal 350 102 35 0 110 130 11 13 122 63
Binary 11101000 1000010 11101 0 1001000 1011000 1001 1011 1010010 110011

Color Harmonies of #E8421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8421D

Black with #E8421D

Text Example


Text Example

White with #E8421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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