Html Css Color HEX #E52942 Alizarin

📋 copy color: '#E52942'

red 229 ◦ green 41 ◦ blue 66

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

Shades of Alizarin #E52942

Tints of Alizarin #E52942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.2%

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 68.15%
G = 12.2%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E52942 (or 0xE52942) is known color: Alizarin. HEX triplet: E5, 29 and 42. RGB value is (229,41,66). Sum of RGB (Red+Green+Blue) = 229+41+66=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E52942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52942 is #1AD6BD. Grayscale: #646464. Windows color (decimal): -1758910 or 4336101. OLE color: 4336101.

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

Color convert

RGB 229 41 66 -
CMYK 0 0.82 0.71 0.10
HSL 352.02º 0.78% 0.53% -
HSV(B) 352.02º 0.82% 0.9% -
XYZ 34.09 18.64 6.95 -
YUV 100.06 108.78 219.97 -
System Red Green Blue C M Y K H S L
Decimal 229 41 66 0 0.82 0.71 0.10 352.02 0.78 0.53
Hex E5 29 42 0 52 47 A 160 4E 35
Octal 345 51 102 0 122 107 12 540 116 65
Binary 11100101 101001 1000010 0 1010010 1000111 1010 101100000 1001110 110101

Color Harmonies of #E52942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52942

Black with #E52942

Text Example


Text Example

White with #E52942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52942; }

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

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

background-color css

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

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

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

border-color css

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

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

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