Html Css Color HEX #E04824 Cinnabar

📋 copy color: '#E04824'

red 224 ◦ green 72 ◦ blue 36

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

Shades of Cinnabar #E04824

Tints of Cinnabar #E04824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.84%

R = 67.47%
G = 21.69%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E04824 (or 0xE04824) is known color: Cinnabar. HEX triplet: E0, 48 and 24. RGB value is (224,72,36). Sum of RGB (Red+Green+Blue) = 224+72+36=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E04824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04824 is #1FB7DB. Grayscale: #717171. Windows color (decimal): -2078684 or 2377952. OLE color: 2377952.

HSL color Cylindrical-coordinate representation of color #E04824: hue angle of 11.49º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E04824 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 72 36 -
CMYK 0 0.68 0.84 0.12
HSL 11.49º 0.75% 0.51% -
HSV(B) 11.49º 0.84% 0.88% -
XYZ 33.38 20.61 3.89 -
YUV 113.34 84.36 206.93 -
System Red Green Blue C M Y K H S L
Decimal 224 72 36 0 0.68 0.84 0.12 11.49 0.75 0.51
Hex E0 48 24 0 44 54 C B 4B 33
Octal 340 110 44 0 104 124 14 13 113 63
Binary 11100000 1001000 100100 0 1000100 1010100 1100 1011 1001011 110011

Color Harmonies of #E04824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04824

Black with #E04824

Text Example


Text Example

White with #E04824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04824; }

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

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

background-color css

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

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

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

border-color css

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

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

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