Html Css Color HEX #E53129 Cinnabar

📋 copy color: '#E53129'

red 229 ◦ green 49 ◦ blue 41

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

Shades of Cinnabar #E53129

Tints of Cinnabar #E53129

RGB

 RED value IS 229 (89.84% from 255) = 71.79%

 GREEN value IS 49 (19.53% from 255) = 15.36%

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

R = 71.79%
G = 15.36%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E53129 (or 0xE53129) is known color: Cinnabar. HEX triplet: E5, 31 and 29. RGB value is (229,49,41). Sum of RGB (Red+Green+Blue) = 229+49+41=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E53129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53129 is #1ACED6. Grayscale: #666666. Windows color (decimal): -1756887 or 2699749. OLE color: 2699749.

HSL color Cylindrical-coordinate representation of color #E53129: hue angle of 2.55º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E53129 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 49 41 -
CMYK 0 0.79 0.82 0.10
HSL 2.55º 0.78% 0.53% -
HSV(B) 2.55º 0.82% 0.9% -
XYZ 33.81 19.01 3.99 -
YUV 101.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 229 49 41 0 0.79 0.82 0.10 2.55 0.78 0.53
Hex E5 31 29 0 4F 52 A 3 4E 35
Octal 345 61 51 0 117 122 12 3 116 65
Binary 11100101 110001 101001 0 1001111 1010010 1010 11 1001110 110101

Color Harmonies of #E53129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53129

Black with #E53129

Text Example


Text Example

White with #E53129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53129; }

 p { color: rgb(229,49,41); }

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

background-color css

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

 a { background-color: rgb(229,49,41); }

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

border-color css

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

 span { border-color: rgb(229,49,41); }

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