Html Css Color HEX #EA2428 Alizarin

📋 copy color: '#EA2428'

red 234 ◦ green 36 ◦ blue 40

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

Shades of Alizarin #EA2428

Tints of Alizarin #EA2428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 75.48%
G = 11.61%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA2428 (or 0xEA2428) is known color: Alizarin. HEX triplet: EA, 24 and 28. RGB value is (234,36,40). Sum of RGB (Red+Green+Blue) = 234+36+40=310 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.48% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2428 is #15DBD7. Grayscale: #5F5F5F. Windows color (decimal): -1432536 or 2630890. OLE color: 2630890.

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

Color convert

RGB 234 36 40 -
CMYK 0 0.85 0.83 0.08
HSL 358.79º 0.83% 0.53% -
HSV(B) 358.79º 0.85% 0.92% -
XYZ 34.95 18.91 3.82 -
YUV 95.66 96.6 226.67 -
System Red Green Blue C M Y K H S L
Decimal 234 36 40 0 0.85 0.83 0.08 358.79 0.83 0.53
Hex EA 24 28 0 55 53 8 167 52 35
Octal 352 44 50 0 125 123 10 547 122 65
Binary 11101010 100100 101000 0 1010101 1010011 1000 101100111 1010010 110101

Color Harmonies of #EA2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2428

Black with #EA2428

Text Example


Text Example

White with #EA2428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2428; }

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

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

background-color css

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

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

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

border-color css

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

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

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