Html Css Color HEX #E5253D Alizarin

📋 copy color: '#E5253D'

red 229 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #E5253D

Tints of Alizarin #E5253D

RGB

 RED value IS 229 (89.84% from 255) = 70.03%

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

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

R = 70.03%
G = 11.31%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5253D (or 0xE5253D) is known color: Alizarin. HEX triplet: E5, 25 and 3D. RGB value is (229,37,61). Sum of RGB (Red+Green+Blue) = 229+37+61=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5253D is #1ADAC2. Grayscale: #616161. Windows color (decimal): -1759939 or 4007397. OLE color: 4007397.

HSL color Cylindrical-coordinate representation of color #E5253D: hue angle of 352.5º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5253D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 37 61 -
CMYK 0 0.84 0.73 0.10
HSL 352.5º 0.79% 0.52% -
HSV(B) 352.5º 0.84% 0.9% -
XYZ 33.82 18.32 6.17 -
YUV 97.14 107.61 222.05 -
System Red Green Blue C M Y K H S L
Decimal 229 37 61 0 0.84 0.73 0.10 352.5 0.79 0.52
Hex E5 25 3D 0 54 49 A 160 4F 34
Octal 345 45 75 0 124 111 12 540 117 64
Binary 11100101 100101 111101 0 1010100 1001001 1010 101100000 1001111 110100

Color Harmonies of #E5253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5253D

Black with #E5253D

Text Example


Text Example

White with #E5253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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