Html Css Color HEX #E5252D Alizarin

📋 copy color: '#E5252D'

red 229 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #E5252D

Tints of Alizarin #E5252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.47%

R = 73.63%
G = 11.9%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5252D (or 0xE5252D) is known color: Alizarin. HEX triplet: E5, 25 and 2D. RGB value is (229,37,45). Sum of RGB (Red+Green+Blue) = 229+37+45=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E5252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5252D is #1ADAD2. Grayscale: #5F5F5F. Windows color (decimal): -1759955 or 2958821. OLE color: 2958821.

HSL color Cylindrical-coordinate representation of color #E5252D: hue angle of 357.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 #E5252D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 37 45 -
CMYK 0 0.84 0.80 0.10
HSL 357.5º 0.79% 0.52% -
HSV(B) 357.5º 0.84% 0.9% -
XYZ 33.45 18.17 4.23 -
YUV 95.32 99.61 223.35 -
System Red Green Blue C M Y K H S L
Decimal 229 37 45 0 0.84 0.80 0.10 357.5 0.79 0.52
Hex E5 25 2D 0 54 50 A 166 4F 34
Octal 345 45 55 0 124 120 12 546 117 64
Binary 11100101 100101 101101 0 1010100 1010000 1010 101100110 1001111 110100

Color Harmonies of #E5252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5252D

Black with #E5252D

Text Example


Text Example

White with #E5252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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