Html Css Color HEX #E0253D Alizarin

📋 copy color: '#E0253D'

red 224 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #E0253D

Tints of Alizarin #E0253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 69.57%
G = 11.49%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0253D (or 0xE0253D) is known color: Alizarin. HEX triplet: E0, 25 and 3D. RGB value is (224,37,61). Sum of RGB (Red+Green+Blue) = 224+37+61=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0253D is #1FDAC2. Grayscale: #5F5F5F. Windows color (decimal): -2087619 or 4007392. OLE color: 4007392.

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

Color convert

RGB 224 37 61 -
CMYK 0 0.83 0.73 0.12
HSL 352.3º 0.75% 0.51% -
HSV(B) 352.3º 0.83% 0.88% -
XYZ 32.24 17.51 6.09 -
YUV 95.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 224 37 61 0 0.83 0.73 0.12 352.3 0.75 0.51
Hex E0 25 3D 0 53 49 C 160 4B 33
Octal 340 45 75 0 123 111 14 540 113 63
Binary 11100000 100101 111101 0 1010011 1001001 1100 101100000 1001011 110011

Color Harmonies of #E0253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0253D

Black with #E0253D

Text Example


Text Example

White with #E0253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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