Html Css Color HEX #E04522 Cinnabar

📋 copy color: '#E04522'

red 224 ◦ green 69 ◦ blue 34

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

Shades of Cinnabar #E04522

Tints of Cinnabar #E04522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

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

R = 68.5%
G = 21.1%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E04522 (or 0xE04522) is known color: Cinnabar. HEX triplet: E0, 45 and 22. RGB value is (224,69,34). Sum of RGB (Red+Green+Blue) = 224+69+34=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E04522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04522 is #1FBADD. Grayscale: #6F6F6F. Windows color (decimal): -2079454 or 2246112. OLE color: 2246112.

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

Color convert

RGB 224 69 34 -
CMYK 0 0.69 0.85 0.12
HSL 11.05º 0.75% 0.51% -
HSV(B) 11.05º 0.85% 0.88% -
XYZ 33.16 20.22 3.67 -
YUV 111.36 84.35 208.35 -
System Red Green Blue C M Y K H S L
Decimal 224 69 34 0 0.69 0.85 0.12 11.05 0.75 0.51
Hex E0 45 22 0 45 55 C B 4B 33
Octal 340 105 42 0 105 125 14 13 113 63
Binary 11100000 1000101 100010 0 1000101 1010101 1100 1011 1001011 110011

Color Harmonies of #E04522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04522

Black with #E04522

Text Example


Text Example

White with #E04522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04522; }

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

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

background-color css

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

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

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

border-color css

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

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

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