Html Css Color HEX #E03224 Cinnabar

📋 copy color: '#E03224'

red 224 ◦ green 50 ◦ blue 36

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

Shades of Cinnabar #E03224

Tints of Cinnabar #E03224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

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

R = 72.26%
G = 16.13%
B = 11.61%

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

#E03224 (or 0xE03224) is known color: Cinnabar. HEX triplet: E0, 32 and 24. RGB value is (224,50,36). Sum of RGB (Red+Green+Blue) = 224+50+36=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E03224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03224 is #1FCDDB. Grayscale: #646464. Windows color (decimal): -2084316 or 2372320. OLE color: 2372320.

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

Color convert

RGB 224 50 36 -
CMYK 0 0.78 0.84 0.12
HSL 4.47º 0.75% 0.51% -
HSV(B) 4.47º 0.84% 0.88% -
XYZ 32.2 18.26 3.5 -
YUV 100.43 91.65 216.14 -
System Red Green Blue C M Y K H S L
Decimal 224 50 36 0 0.78 0.84 0.12 4.47 0.75 0.51
Hex E0 32 24 0 4E 54 C 4 4B 33
Octal 340 62 44 0 116 124 14 4 113 63
Binary 11100000 110010 100100 0 1001110 1010100 1100 100 1001011 110011

Color Harmonies of #E03224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03224

Black with #E03224

Text Example


Text Example

White with #E03224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03224; }

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

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

background-color css

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

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

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

border-color css

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

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

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