Html Css Color HEX #E04122 Cinnabar

📋 copy color: '#E04122'

red 224 ◦ green 65 ◦ blue 34

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

Shades of Cinnabar #E04122

Tints of Cinnabar #E04122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

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

R = 69.35%
G = 20.12%
B = 10.53%

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

#E04122 (or 0xE04122) is known color: Cinnabar. HEX triplet: E0, 41 and 22. RGB value is (224,65,34). Sum of RGB (Red+Green+Blue) = 224+65+34=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E04122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04122 is #1FBEDD. Grayscale: #6D6D6D. Windows color (decimal): -2080478 or 2245088. OLE color: 2245088.

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

Color convert

RGB 224 65 34 -
CMYK 0 0.71 0.85 0.12
HSL 9.79º 0.75% 0.51% -
HSV(B) 9.79º 0.85% 0.88% -
XYZ 32.92 19.74 3.59 -
YUV 109.01 85.68 210.02 -
System Red Green Blue C M Y K H S L
Decimal 224 65 34 0 0.71 0.85 0.12 9.79 0.75 0.51
Hex E0 41 22 0 47 55 C A 4B 33
Octal 340 101 42 0 107 125 14 12 113 63
Binary 11100000 1000001 100010 0 1000111 1010101 1100 1010 1001011 110011

Color Harmonies of #E04122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04122

Black with #E04122

Text Example


Text Example

White with #E04122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04122; }

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

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

background-color css

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

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

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

border-color css

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

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

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