Html Css Color HEX #E03221 Cinnabar

📋 copy color: '#E03221'

red 224 ◦ green 50 ◦ blue 33

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

Shades of Cinnabar #E03221

Tints of Cinnabar #E03221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 72.96%
G = 16.29%
B = 10.75%

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

#E03221 (or 0xE03221) is known color: Cinnabar. HEX triplet: E0, 32 and 21. RGB value is (224,50,33). Sum of RGB (Red+Green+Blue) = 224+50+33=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E03221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03221 is #1FCDDE. Grayscale: #646464. Windows color (decimal): -2084319 or 2175712. OLE color: 2175712.

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

Color convert

RGB 224 50 33 -
CMYK 0 0.78 0.85 0.12
HSL 5.34º 0.75% 0.5% -
HSV(B) 5.34º 0.85% 0.88% -
XYZ 32.16 18.24 3.26 -
YUV 100.09 90.15 216.38 -
System Red Green Blue C M Y K H S L
Decimal 224 50 33 0 0.78 0.85 0.12 5.34 0.75 0.5
Hex E0 32 21 0 4E 55 C 5 4B 32
Octal 340 62 41 0 116 125 14 5 113 62
Binary 11100000 110010 100001 0 1001110 1010101 1100 101 1001011 110010

Color Harmonies of #E03221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03221

Black with #E03221

Text Example


Text Example

White with #E03221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03221; }

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

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

background-color css

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

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

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

border-color css

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

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

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