Html Css Color HEX #E04421 Cinnabar

📋 copy color: '#E04421'

red 224 ◦ green 68 ◦ blue 33

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

Shades of Cinnabar #E04421

Tints of Cinnabar #E04421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

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

R = 68.92%
G = 20.92%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E04421 (or 0xE04421) is known color: Cinnabar. HEX triplet: E0, 44 and 21. RGB value is (224,68,33). Sum of RGB (Red+Green+Blue) = 224+68+33=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E04421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04421 is #1FBBDE. Grayscale: #6E6E6E. Windows color (decimal): -2079711 or 2180320. OLE color: 2180320.

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

Color convert

RGB 224 68 33 -
CMYK 0 0.70 0.85 0.12
HSL 10.99º 0.75% 0.5% -
HSV(B) 10.99º 0.85% 0.88% -
XYZ 33.08 20.09 3.57 -
YUV 110.65 84.18 208.85 -
System Red Green Blue C M Y K H S L
Decimal 224 68 33 0 0.70 0.85 0.12 10.99 0.75 0.5
Hex E0 44 21 0 46 55 C B 4B 32
Octal 340 104 41 0 106 125 14 13 113 62
Binary 11100000 1000100 100001 0 1000110 1010101 1100 1011 1001011 110010

Color Harmonies of #E04421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04421

Black with #E04421

Text Example


Text Example

White with #E04421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04421; }

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

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

background-color css

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

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

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

border-color css

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

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

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