Html Css Color HEX #E04820 Cinnabar

📋 copy color: '#E04820'

red 224 ◦ green 72 ◦ blue 32

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

Shades of Cinnabar #E04820

Tints of Cinnabar #E04820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.95%

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

R = 68.29%
G = 21.95%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E04820 (or 0xE04820) is known color: Cinnabar. HEX triplet: E0, 48 and 20. RGB value is (224,72,32). Sum of RGB (Red+Green+Blue) = 224+72+32=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E04820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04820 is #1FB7DF. Grayscale: #717171. Windows color (decimal): -2078688 or 2115808. OLE color: 2115808.

HSL color Cylindrical-coordinate representation of color #E04820: hue angle of 12.5º 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 #E04820 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 72 32 -
CMYK 0 0.68 0.86 0.12
HSL 12.5º 0.76% 0.5% -
HSV(B) 12.5º 0.86% 0.88% -
XYZ 33.32 20.59 3.58 -
YUV 112.89 82.36 207.25 -
System Red Green Blue C M Y K H S L
Decimal 224 72 32 0 0.68 0.86 0.12 12.5 0.76 0.5
Hex E0 48 20 0 44 56 C C 4C 32
Octal 340 110 40 0 104 126 14 14 114 62
Binary 11100000 1001000 100000 0 1000100 1010110 1100 1100 1001100 110010

Color Harmonies of #E04820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04820

Black with #E04820

Text Example


Text Example

White with #E04820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04820; }

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

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

background-color css

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

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

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

border-color css

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

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

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