Html Css Color HEX #E0253F Alizarin

📋 copy color: '#E0253F'

red 224 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #E0253F

Tints of Alizarin #E0253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.42%

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

R = 69.14%
G = 11.42%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0253F (or 0xE0253F) is known color: Alizarin. HEX triplet: E0, 25 and 3F. RGB value is (224,37,63). Sum of RGB (Red+Green+Blue) = 224+37+63=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E0253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0253F is #1FDAC0. Grayscale: #5F5F5F. Windows color (decimal): -2087617 or 4138464. OLE color: 4138464.

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

Color convert

RGB 224 37 63 -
CMYK 0 0.83 0.72 0.12
HSL 351.66º 0.75% 0.51% -
HSV(B) 351.66º 0.83% 0.88% -
XYZ 32.3 17.53 6.38 -
YUV 95.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 224 37 63 0 0.83 0.72 0.12 351.66 0.75 0.51
Hex E0 25 3F 0 53 48 C 160 4B 33
Octal 340 45 77 0 123 110 14 540 113 63
Binary 11100000 100101 111111 0 1010011 1001000 1100 101100000 1001011 110011

Color Harmonies of #E0253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0253F

Black with #E0253F

Text Example


Text Example

White with #E0253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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