Html Css Color HEX #E03322 Cinnabar

📋 copy color: '#E03322'

red 224 ◦ green 51 ◦ blue 34

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

Shades of Cinnabar #E03322

Tints of Cinnabar #E03322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11%

R = 72.49%
G = 16.5%
B = 11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E03322 (or 0xE03322) is known color: Cinnabar. HEX triplet: E0, 33 and 22. RGB value is (224,51,34). Sum of RGB (Red+Green+Blue) = 224+51+34=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E03322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03322 is #1FCCDD. Grayscale: #656565. Windows color (decimal): -2084062 or 2241504. OLE color: 2241504.

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

Color convert

RGB 224 51 34 -
CMYK 0 0.77 0.85 0.12
HSL 5.37º 0.75% 0.51% -
HSV(B) 5.37º 0.85% 0.88% -
XYZ 32.21 18.33 3.35 -
YUV 100.79 90.31 215.88 -
System Red Green Blue C M Y K H S L
Decimal 224 51 34 0 0.77 0.85 0.12 5.37 0.75 0.51
Hex E0 33 22 0 4D 55 C 5 4B 33
Octal 340 63 42 0 115 125 14 5 113 63
Binary 11100000 110011 100010 0 1001101 1010101 1100 101 1001011 110011

Color Harmonies of #E03322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03322

Black with #E03322

Text Example


Text Example

White with #E03322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03322; }

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

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

background-color css

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

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

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

border-color css

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

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

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