Html Css Color HEX #E03220 Cinnabar

📋 copy color: '#E03220'

red 224 ◦ green 50 ◦ blue 32

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

Shades of Cinnabar #E03220

Tints of Cinnabar #E03220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 73.2%
G = 16.34%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E03220 (or 0xE03220) is known color: Cinnabar. HEX triplet: E0, 32 and 20. RGB value is (224,50,32). Sum of RGB (Red+Green+Blue) = 224+50+32=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E03220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03220 is #1FCDDF. Grayscale: #646464. Windows color (decimal): -2084320 or 2110176. OLE color: 2110176.

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

Color convert

RGB 224 50 32 -
CMYK 0 0.78 0.86 0.12
HSL 5.63º 0.76% 0.5% -
HSV(B) 5.63º 0.86% 0.88% -
XYZ 32.14 18.23 3.19 -
YUV 99.97 89.65 216.46 -
System Red Green Blue C M Y K H S L
Decimal 224 50 32 0 0.78 0.86 0.12 5.63 0.76 0.5
Hex E0 32 20 0 4E 56 C 6 4C 32
Octal 340 62 40 0 116 126 14 6 114 62
Binary 11100000 110010 100000 0 1001110 1010110 1100 110 1001100 110010

Color Harmonies of #E03220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03220

Black with #E03220

Text Example


Text Example

White with #E03220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03220; }

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

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

background-color css

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

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

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

border-color css

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

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

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