Html Css Color HEX #E03520 Cinnabar

📋 copy color: '#E03520'

red 224 ◦ green 53 ◦ blue 32

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

Shades of Cinnabar #E03520

Tints of Cinnabar #E03520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.15%

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

R = 72.49%
G = 17.15%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E03520 (or 0xE03520) is known color: Cinnabar. HEX triplet: E0, 35 and 20. RGB value is (224,53,32). Sum of RGB (Red+Green+Blue) = 224+53+32=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E03520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03520 is #1FCADF. Grayscale: #656565. Windows color (decimal): -2083552 or 2110944. OLE color: 2110944.

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

Color convert

RGB 224 53 32 -
CMYK 0 0.76 0.86 0.12
HSL 6.56º 0.76% 0.5% -
HSV(B) 6.56º 0.86% 0.88% -
XYZ 32.27 18.5 3.24 -
YUV 101.74 88.65 215.21 -
System Red Green Blue C M Y K H S L
Decimal 224 53 32 0 0.76 0.86 0.12 6.56 0.76 0.5
Hex E0 35 20 0 4C 56 C 7 4C 32
Octal 340 65 40 0 114 126 14 7 114 62
Binary 11100000 110101 100000 0 1001100 1010110 1100 111 1001100 110010

Color Harmonies of #E03520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03520

Black with #E03520

Text Example


Text Example

White with #E03520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03520; }

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

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

background-color css

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

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

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

border-color css

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

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

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