Html Css Color HEX #E04C24 Cinnabar

📋 copy color: '#E04C24'

red 224 ◦ green 76 ◦ blue 36

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

Shades of Cinnabar #E04C24

Tints of Cinnabar #E04C24

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

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

R = 66.67%
G = 22.62%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E04C24 (or 0xE04C24) is known color: Cinnabar. HEX triplet: E0, 4C and 24. RGB value is (224,76,36). Sum of RGB (Red+Green+Blue) = 224+76+36=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C24 is #1FB3DB. Grayscale: #737373. Windows color (decimal): -2077660 or 2378976. OLE color: 2378976.

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

Color convert

RGB 224 76 36 -
CMYK 0 0.66 0.84 0.12
HSL 12.77º 0.75% 0.51% -
HSV(B) 12.77º 0.84% 0.88% -
XYZ 33.64 21.14 3.98 -
YUV 115.69 83.03 205.25 -
System Red Green Blue C M Y K H S L
Decimal 224 76 36 0 0.66 0.84 0.12 12.77 0.75 0.51
Hex E0 4C 24 0 42 54 C D 4B 33
Octal 340 114 44 0 102 124 14 15 113 63
Binary 11100000 1001100 100100 0 1000010 1010100 1100 1101 1001011 110011

Color Harmonies of #E04C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C24

Black with #E04C24

Text Example


Text Example

White with #E04C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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