Html Css Color HEX #E03420 Cinnabar

📋 copy color: '#E03420'

red 224 ◦ green 52 ◦ blue 32

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

Shades of Cinnabar #E03420

Tints of Cinnabar #E03420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 72.73%
G = 16.88%
B = 10.39%

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

#E03420 (or 0xE03420) is known color: Cinnabar. HEX triplet: E0, 34 and 20. RGB value is (224,52,32). Sum of RGB (Red+Green+Blue) = 224+52+32=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E03420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03420 is #1FCBDF. Grayscale: #656565. Windows color (decimal): -2083808 or 2110688. OLE color: 2110688.

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

Color convert

RGB 224 52 32 -
CMYK 0 0.77 0.86 0.12
HSL 6.25º 0.76% 0.5% -
HSV(B) 6.25º 0.86% 0.88% -
XYZ 32.23 18.41 3.22 -
YUV 101.15 88.98 215.63 -
System Red Green Blue C M Y K H S L
Decimal 224 52 32 0 0.77 0.86 0.12 6.25 0.76 0.5
Hex E0 34 20 0 4D 56 C 6 4C 32
Octal 340 64 40 0 115 126 14 6 114 62
Binary 11100000 110100 100000 0 1001101 1010110 1100 110 1001100 110010

Color Harmonies of #E03420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03420

Black with #E03420

Text Example


Text Example

White with #E03420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03420; }

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

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

background-color css

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

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

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

border-color css

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

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

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