Html Css Color HEX #E52D3F Alizarin

📋 copy color: '#E52D3F'

red 229 ◦ green 45 ◦ blue 63

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

Shades of Alizarin #E52D3F

Tints of Alizarin #E52D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.35%

 BLUE value IS 63 (25% from 255) = 18.69%

R = 67.95%
G = 13.35%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E52D3F (or 0xE52D3F) is known color: Alizarin. HEX triplet: E5, 2D and 3F. RGB value is (229,45,63). Sum of RGB (Red+Green+Blue) = 229+45+63=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52D3F is #1AD2C0. Grayscale: #666666. Windows color (decimal): -1757889 or 4140517. OLE color: 4140517.

HSL color Cylindrical-coordinate representation of color #E52D3F: hue angle of 354.13º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52D3F is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 45 63 -
CMYK 0 0.80 0.72 0.10
HSL 354.13º 0.78% 0.54% -
HSV(B) 354.13º 0.8% 0.9% -
XYZ 34.15 18.89 6.55 -
YUV 102.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 229 45 63 0 0.80 0.72 0.10 354.13 0.78 0.54
Hex E5 2D 3F 0 50 48 A 162 4E 36
Octal 345 55 77 0 120 110 12 542 116 66
Binary 11100101 101101 111111 0 1010000 1001000 1010 101100010 1001110 110110

Color Harmonies of #E52D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D3F

Black with #E52D3F

Text Example


Text Example

White with #E52D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D3F; }

 p { color: rgb(229,45,63); }

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

background-color css

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

 a { background-color: rgb(229,45,63); }

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

border-color css

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

 span { border-color: rgb(229,45,63); }

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