Html Css Color HEX #EA2529 Alizarin

📋 copy color: '#EA2529'

red 234 ◦ green 37 ◦ blue 41

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

Shades of Alizarin #EA2529

Tints of Alizarin #EA2529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 75%
G = 11.86%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA2529 (or 0xEA2529) is known color: Alizarin. HEX triplet: EA, 25 and 29. RGB value is (234,37,41). Sum of RGB (Red+Green+Blue) = 234+37+41=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2529 is #15DAD6. Grayscale: #606060. Windows color (decimal): -1432279 or 2696682. OLE color: 2696682.

HSL color Cylindrical-coordinate representation of color #EA2529: hue angle of 358.78º 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 #EA2529 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 37 41 -
CMYK 0 0.84 0.82 0.08
HSL 358.78º 0.82% 0.53% -
HSV(B) 358.78º 0.84% 0.92% -
XYZ 34.99 18.98 3.92 -
YUV 96.36 96.77 226.17 -
System Red Green Blue C M Y K H S L
Decimal 234 37 41 0 0.84 0.82 0.08 358.78 0.82 0.53
Hex EA 25 29 0 54 52 8 167 52 35
Octal 352 45 51 0 124 122 10 547 122 65
Binary 11101010 100101 101001 0 1010100 1010010 1000 101100111 1010010 110101

Color Harmonies of #EA2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2529

Black with #EA2529

Text Example


Text Example

White with #EA2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2529; }

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

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

background-color css

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

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

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

border-color css

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

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

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