Html Css Color HEX #E03222 Cinnabar

📋 copy color: '#E03222'

red 224 ◦ green 50 ◦ blue 34

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

Shades of Cinnabar #E03222

Tints of Cinnabar #E03222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.04%

R = 72.73%
G = 16.23%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E03222 (or 0xE03222) is known color: Cinnabar. HEX triplet: E0, 32 and 22. RGB value is (224,50,34). Sum of RGB (Red+Green+Blue) = 224+50+34=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E03222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03222 is #1FCDDD. Grayscale: #646464. Windows color (decimal): -2084318 or 2241248. OLE color: 2241248.

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

Color convert

RGB 224 50 34 -
CMYK 0 0.78 0.85 0.12
HSL 5.05º 0.75% 0.51% -
HSV(B) 5.05º 0.85% 0.88% -
XYZ 32.17 18.24 3.34 -
YUV 100.2 90.65 216.3 -
System Red Green Blue C M Y K H S L
Decimal 224 50 34 0 0.78 0.85 0.12 5.05 0.75 0.51
Hex E0 32 22 0 4E 55 C 5 4B 33
Octal 340 62 42 0 116 125 14 5 113 63
Binary 11100000 110010 100010 0 1001110 1010101 1100 101 1001011 110011

Color Harmonies of #E03222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03222

Black with #E03222

Text Example


Text Example

White with #E03222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03222; }

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

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

background-color css

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

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

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

border-color css

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

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

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