Html Css Color HEX #E04229 Cinnabar

📋 copy color: '#E04229'

red 224 ◦ green 66 ◦ blue 41

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

Shades of Cinnabar #E04229

Tints of Cinnabar #E04229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.39%

R = 67.67%
G = 19.94%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E04229 (or 0xE04229) is known color: Cinnabar. HEX triplet: E0, 42 and 29. RGB value is (224,66,41). Sum of RGB (Red+Green+Blue) = 224+66+41=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E04229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04229 is #1FBDD6. Grayscale: #6E6E6E. Windows color (decimal): -2080215 or 2704096. OLE color: 2704096.

HSL color Cylindrical-coordinate representation of color #E04229: hue angle of 8.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E04229 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 66 41 -
CMYK 0 0.71 0.82 0.12
HSL 8.2º 0.75% 0.52% -
HSV(B) 8.2º 0.82% 0.88% -
XYZ 33.09 19.9 4.2 -
YUV 110.39 88.85 209.03 -
System Red Green Blue C M Y K H S L
Decimal 224 66 41 0 0.71 0.82 0.12 8.2 0.75 0.52
Hex E0 42 29 0 47 52 C 8 4B 34
Octal 340 102 51 0 107 122 14 10 113 64
Binary 11100000 1000010 101001 0 1000111 1010010 1100 1000 1001011 110100

Color Harmonies of #E04229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04229

Black with #E04229

Text Example


Text Example

White with #E04229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04229; }

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

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

background-color css

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

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

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

border-color css

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

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

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