Html Css Color HEX #E04129 Cinnabar

📋 copy color: '#E04129'

red 224 ◦ green 65 ◦ blue 41

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

Shades of Cinnabar #E04129

Tints of Cinnabar #E04129

RGB

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

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

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

R = 67.88%
G = 19.7%
B = 12.42%

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

#E04129 (or 0xE04129) is known color: Cinnabar. HEX triplet: E0, 41 and 29. RGB value is (224,65,41). Sum of RGB (Red+Green+Blue) = 224+65+41=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E04129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04129 is #1FBED6. Grayscale: #6E6E6E. Windows color (decimal): -2080471 or 2703840. OLE color: 2703840.

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

Color convert

RGB 224 65 41 -
CMYK 0 0.71 0.82 0.12
HSL 7.87º 0.75% 0.52% -
HSV(B) 7.87º 0.82% 0.88% -
XYZ 33.03 19.79 4.18 -
YUV 109.81 89.18 209.45 -
System Red Green Blue C M Y K H S L
Decimal 224 65 41 0 0.71 0.82 0.12 7.87 0.75 0.52
Hex E0 41 29 0 47 52 C 8 4B 34
Octal 340 101 51 0 107 122 14 10 113 64
Binary 11100000 1000001 101001 0 1000111 1010010 1100 1000 1001011 110100

Color Harmonies of #E04129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04129

Black with #E04129

Text Example


Text Example

White with #E04129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04129; }

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

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

background-color css

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

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

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

border-color css

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

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

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