Html Css Color HEX #E03424 Cinnabar

📋 copy color: '#E03424'

red 224 ◦ green 52 ◦ blue 36

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

Shades of Cinnabar #E03424

Tints of Cinnabar #E03424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 71.79%
G = 16.67%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E03424 (or 0xE03424) is known color: Cinnabar. HEX triplet: E0, 34 and 24. RGB value is (224,52,36). Sum of RGB (Red+Green+Blue) = 224+52+36=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E03424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03424 is #1FCBDB. Grayscale: #656565. Windows color (decimal): -2083804 or 2372832. OLE color: 2372832.

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

Color convert

RGB 224 52 36 -
CMYK 0 0.77 0.84 0.12
HSL 5.11º 0.75% 0.51% -
HSV(B) 5.11º 0.84% 0.88% -
XYZ 32.29 18.43 3.52 -
YUV 101.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 224 52 36 0 0.77 0.84 0.12 5.11 0.75 0.51
Hex E0 34 24 0 4D 54 C 5 4B 33
Octal 340 64 44 0 115 124 14 5 113 63
Binary 11100000 110100 100100 0 1001101 1010100 1100 101 1001011 110011

Color Harmonies of #E03424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03424

Black with #E03424

Text Example


Text Example

White with #E03424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03424; }

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

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

background-color css

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

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

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

border-color css

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

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

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