Html Css Color HEX #E03321 Cinnabar

📋 copy color: '#E03321'

red 224 ◦ green 51 ◦ blue 33

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

Shades of Cinnabar #E03321

Tints of Cinnabar #E03321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.71%

R = 72.73%
G = 16.56%
B = 10.71%

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

#E03321 (or 0xE03321) is known color: Cinnabar. HEX triplet: E0, 33 and 21. RGB value is (224,51,33). Sum of RGB (Red+Green+Blue) = 224+51+33=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E03321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03321 is #1FCCDE. Grayscale: #646464. Windows color (decimal): -2084063 or 2175968. OLE color: 2175968.

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

Color convert

RGB 224 51 33 -
CMYK 0 0.77 0.85 0.12
HSL 5.65º 0.75% 0.5% -
HSV(B) 5.65º 0.85% 0.88% -
XYZ 32.2 18.32 3.28 -
YUV 100.68 89.81 215.96 -
System Red Green Blue C M Y K H S L
Decimal 224 51 33 0 0.77 0.85 0.12 5.65 0.75 0.5
Hex E0 33 21 0 4D 55 C 6 4B 32
Octal 340 63 41 0 115 125 14 6 113 62
Binary 11100000 110011 100001 0 1001101 1010101 1100 110 1001011 110010

Color Harmonies of #E03321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03321

Black with #E03321

Text Example


Text Example

White with #E03321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03321; }

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

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

background-color css

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

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

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

border-color css

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

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

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