Html Css Color HEX #E0353F Alizarin

📋 copy color: '#E0353F'

red 224 ◦ green 53 ◦ blue 63

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

Shades of Alizarin #E0353F

Tints of Alizarin #E0353F

RGB

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

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

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

R = 65.88%
G = 15.59%
B = 18.53%

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

#E0353F (or 0xE0353F) is known color: Alizarin. HEX triplet: E0, 35 and 3F. RGB value is (224,53,63). Sum of RGB (Red+Green+Blue) = 224+53+63=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0353F is #1FCAC0. Grayscale: #696969. Windows color (decimal): -2083521 or 4142560. OLE color: 4142560.

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

Color convert

RGB 224 53 63 -
CMYK 0 0.76 0.72 0.12
HSL 356.49º 0.73% 0.54% -
HSV(B) 356.49º 0.76% 0.88% -
XYZ 32.91 18.75 6.59 -
YUV 105.27 104.15 212.69 -
System Red Green Blue C M Y K H S L
Decimal 224 53 63 0 0.76 0.72 0.12 356.49 0.73 0.54
Hex E0 35 3F 0 4C 48 C 164 49 36
Octal 340 65 77 0 114 110 14 544 111 66
Binary 11100000 110101 111111 0 1001100 1001000 1100 101100100 1001001 110110

Color Harmonies of #E0353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0353F

Black with #E0353F

Text Example


Text Example

White with #E0353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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