Html Css Color HEX #E1353F Alizarin

📋 copy color: '#E1353F'

red 225 ◦ green 53 ◦ blue 63

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

Shades of Alizarin #E1353F

Tints of Alizarin #E1353F

RGB

 RED value IS 225 (88.28% from 255) = 65.98%

 GREEN value IS 53 (21.09% from 255) = 15.54%

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

R = 65.98%
G = 15.54%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1353F (or 0xE1353F) is known color: Alizarin. HEX triplet: E1, 35 and 3F. RGB value is (225,53,63). Sum of RGB (Red+Green+Blue) = 225+53+63=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1353F is #1ECAC0. Grayscale: #696969. Windows color (decimal): -2017985 or 4142561. OLE color: 4142561.

HSL color Cylindrical-coordinate representation of color #E1353F: hue angle of 356.51º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1353F is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 53 63 -
CMYK 0 0.76 0.72 0.12
HSL 356.51º 0.74% 0.55% -
HSV(B) 356.51º 0.76% 0.88% -
XYZ 33.22 18.91 6.6 -
YUV 105.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 225 53 63 0 0.76 0.72 0.12 356.51 0.74 0.55
Hex E1 35 3F 0 4C 48 C 165 4A 37
Octal 341 65 77 0 114 110 14 545 112 67
Binary 11100001 110101 111111 0 1001100 1001000 1100 101100101 1001010 110111

Color Harmonies of #E1353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1353F

Black with #E1353F

Text Example


Text Example

White with #E1353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1353F; }

 p { color: rgb(225,53,63); }

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

background-color css

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

 a { background-color: rgb(225,53,63); }

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

border-color css

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

 span { border-color: rgb(225,53,63); }

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