Html Css Color HEX #E03124 Cinnabar

📋 copy color: '#E03124'

red 224 ◦ green 49 ◦ blue 36

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

Shades of Cinnabar #E03124

Tints of Cinnabar #E03124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

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

R = 72.49%
G = 15.86%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E03124 (or 0xE03124) is known color: Cinnabar. HEX triplet: E0, 31 and 24. RGB value is (224,49,36). Sum of RGB (Red+Green+Blue) = 224+49+36=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E03124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03124 is #1FCEDB. Grayscale: #646464. Windows color (decimal): -2084572 or 2372064. OLE color: 2372064.

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

Color convert

RGB 224 49 36 -
CMYK 0 0.78 0.84 0.12
HSL 4.15º 0.75% 0.51% -
HSV(B) 4.15º 0.84% 0.88% -
XYZ 32.16 18.17 3.48 -
YUV 99.84 91.98 216.56 -
System Red Green Blue C M Y K H S L
Decimal 224 49 36 0 0.78 0.84 0.12 4.15 0.75 0.51
Hex E0 31 24 0 4E 54 C 4 4B 33
Octal 340 61 44 0 116 124 14 4 113 63
Binary 11100000 110001 100100 0 1001110 1010100 1100 100 1001011 110011

Color Harmonies of #E03124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03124

Black with #E03124

Text Example


Text Example

White with #E03124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03124; }

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

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

background-color css

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

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

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

border-color css

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

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

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