Html Css Color HEX #E0253E Alizarin

📋 copy color: '#E0253E'

red 224 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #E0253E

Tints of Alizarin #E0253E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.2%

R = 69.35%
G = 11.46%
B = 19.2%

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

#E0253E (or 0xE0253E) is known color: Alizarin. HEX triplet: E0, 25 and 3E. RGB value is (224,37,62). Sum of RGB (Red+Green+Blue) = 224+37+62=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E0253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0253E is #1FDAC1. Grayscale: #5F5F5F. Windows color (decimal): -2087618 or 4072928. OLE color: 4072928.

HSL color Cylindrical-coordinate representation of color #E0253E: hue angle of 351.98º 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 #E0253E is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 37 62 -
CMYK 0 0.83 0.72 0.12
HSL 351.98º 0.75% 0.51% -
HSV(B) 351.98º 0.83% 0.88% -
XYZ 32.27 17.52 6.24 -
YUV 95.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 224 37 62 0 0.83 0.72 0.12 351.98 0.75 0.51
Hex E0 25 3E 0 53 48 C 160 4B 33
Octal 340 45 76 0 123 110 14 540 113 63
Binary 11100000 100101 111110 0 1010011 1001000 1100 101100000 1001011 110011

Color Harmonies of #E0253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0253E

Black with #E0253E

Text Example


Text Example

White with #E0253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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