Html Css Color HEX #EA2528 Alizarin

📋 copy color: '#EA2528'

red 234 ◦ green 37 ◦ blue 40

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

Shades of Alizarin #EA2528

Tints of Alizarin #EA2528

RGB

 RED value IS 234 (91.8% from 255) = 75.24%

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 75.24%
G = 11.9%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA2528 (or 0xEA2528) is known color: Alizarin. HEX triplet: EA, 25 and 28. RGB value is (234,37,40). Sum of RGB (Red+Green+Blue) = 234+37+40=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2528 is #15DAD7. Grayscale: #606060. Windows color (decimal): -1432280 or 2631146. OLE color: 2631146.

HSL color Cylindrical-coordinate representation of color #EA2528: hue angle of 359.09º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2528 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 37 40 -
CMYK 0 0.84 0.83 0.08
HSL 359.09º 0.82% 0.53% -
HSV(B) 359.09º 0.84% 0.92% -
XYZ 34.98 18.97 3.83 -
YUV 96.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 234 37 40 0 0.84 0.83 0.08 359.09 0.82 0.53
Hex EA 25 28 0 54 53 8 167 52 35
Octal 352 45 50 0 124 123 10 547 122 65
Binary 11101010 100101 101000 0 1010100 1010011 1000 101100111 1010010 110101

Color Harmonies of #EA2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2528

Black with #EA2528

Text Example


Text Example

White with #EA2528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2528; }

 p { color: rgb(234,37,40); }

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

background-color css

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

 a { background-color: rgb(234,37,40); }

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

border-color css

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

 span { border-color: rgb(234,37,40); }

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