Html Css Color HEX #E04221 Cinnabar

📋 copy color: '#E04221'

red 224 ◦ green 66 ◦ blue 33

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

Shades of Cinnabar #E04221

Tints of Cinnabar #E04221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.43%

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

R = 69.35%
G = 20.43%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E04221 (or 0xE04221) is known color: Cinnabar. HEX triplet: E0, 42 and 21. RGB value is (224,66,33). Sum of RGB (Red+Green+Blue) = 224+66+33=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E04221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04221 is #1FBDDE. Grayscale: #6D6D6D. Windows color (decimal): -2080223 or 2179808. OLE color: 2179808.

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

Color convert

RGB 224 66 33 -
CMYK 0 0.71 0.85 0.12
HSL 10.37º 0.75% 0.5% -
HSV(B) 10.37º 0.85% 0.88% -
XYZ 32.96 19.85 3.53 -
YUV 109.48 84.85 209.68 -
System Red Green Blue C M Y K H S L
Decimal 224 66 33 0 0.71 0.85 0.12 10.37 0.75 0.5
Hex E0 42 21 0 47 55 C A 4B 32
Octal 340 102 41 0 107 125 14 12 113 62
Binary 11100000 1000010 100001 0 1000111 1010101 1100 1010 1001011 110010

Color Harmonies of #E04221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04221

Black with #E04221

Text Example


Text Example

White with #E04221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04221; }

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

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

background-color css

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

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

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

border-color css

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

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

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