Html Css Color HEX #E03320 Cinnabar

📋 copy color: '#E03320'

red 224 ◦ green 51 ◦ blue 32

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

Shades of Cinnabar #E03320

Tints of Cinnabar #E03320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

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

R = 72.96%
G = 16.61%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E03320 (or 0xE03320) is known color: Cinnabar. HEX triplet: E0, 33 and 20. RGB value is (224,51,32). Sum of RGB (Red+Green+Blue) = 224+51+32=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E03320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03320 is #1FCCDF. Grayscale: #646464. Windows color (decimal): -2084064 or 2110432. OLE color: 2110432.

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

Color convert

RGB 224 51 32 -
CMYK 0 0.77 0.86 0.12
HSL 5.94º 0.76% 0.5% -
HSV(B) 5.94º 0.86% 0.88% -
XYZ 32.19 18.32 3.21 -
YUV 100.56 89.31 216.04 -
System Red Green Blue C M Y K H S L
Decimal 224 51 32 0 0.77 0.86 0.12 5.94 0.76 0.5
Hex E0 33 20 0 4D 56 C 6 4C 32
Octal 340 63 40 0 115 126 14 6 114 62
Binary 11100000 110011 100000 0 1001101 1010110 1100 110 1001100 110010

Color Harmonies of #E03320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03320

Black with #E03320

Text Example


Text Example

White with #E03320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03320; }

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

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

background-color css

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

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

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

border-color css

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

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

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