Html Css Color HEX #E04420 Cinnabar

📋 copy color: '#E04420'

red 224 ◦ green 68 ◦ blue 32

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

Shades of Cinnabar #E04420

Tints of Cinnabar #E04420

RGB

 RED value IS 224 (87.89% from 255) = 69.14%

 GREEN value IS 68 (26.95% from 255) = 20.99%

 BLUE value IS 32 (12.89% from 255) = 9.88%

R = 69.14%
G = 20.99%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E04420 (or 0xE04420) is known color: Cinnabar. HEX triplet: E0, 44 and 20. RGB value is (224,68,32). Sum of RGB (Red+Green+Blue) = 224+68+32=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E04420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04420 is #1FBBDF. Grayscale: #6E6E6E. Windows color (decimal): -2079712 or 2114784. OLE color: 2114784.

HSL color Cylindrical-coordinate representation of color #E04420: hue angle of 11.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E04420 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 68 32 -
CMYK 0 0.70 0.86 0.12
HSL 11.25º 0.76% 0.5% -
HSV(B) 11.25º 0.86% 0.88% -
XYZ 33.07 20.09 3.5 -
YUV 110.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 224 68 32 0 0.70 0.86 0.12 11.25 0.76 0.5
Hex E0 44 20 0 46 56 C B 4C 32
Octal 340 104 40 0 106 126 14 13 114 62
Binary 11100000 1000100 100000 0 1000110 1010110 1100 1011 1001100 110010

Color Harmonies of #E04420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04420

Black with #E04420

Text Example


Text Example

White with #E04420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04420; }

 p { color: rgb(224,68,32); }

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

background-color css

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

 a { background-color: rgb(224,68,32); }

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

border-color css

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

 span { border-color: rgb(224,68,32); }

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