Html Css Color HEX #E03421 Cinnabar

📋 copy color: '#E03421'

red 224 ◦ green 52 ◦ blue 33

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

Shades of Cinnabar #E03421

Tints of Cinnabar #E03421

RGB

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

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

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

R = 72.49%
G = 16.83%
B = 10.68%

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

#E03421 (or 0xE03421) is known color: Cinnabar. HEX triplet: E0, 34 and 21. RGB value is (224,52,33). Sum of RGB (Red+Green+Blue) = 224+52+33=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E03421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03421 is #1FCBDE. Grayscale: #656565. Windows color (decimal): -2083807 or 2176224. OLE color: 2176224.

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

Color convert

RGB 224 52 33 -
CMYK 0 0.77 0.85 0.12
HSL 5.97º 0.75% 0.5% -
HSV(B) 5.97º 0.85% 0.88% -
XYZ 32.24 18.41 3.29 -
YUV 101.26 89.48 215.54 -
System Red Green Blue C M Y K H S L
Decimal 224 52 33 0 0.77 0.85 0.12 5.97 0.75 0.5
Hex E0 34 21 0 4D 55 C 6 4B 32
Octal 340 64 41 0 115 125 14 6 113 62
Binary 11100000 110100 100001 0 1001101 1010101 1100 110 1001011 110010

Color Harmonies of #E03421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03421

Black with #E03421

Text Example


Text Example

White with #E03421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03421; }

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

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

background-color css

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

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

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

border-color css

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

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

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