Html Css Color HEX #EA1828 Alizarin

📋 copy color: '#EA1828'

red 234 ◦ green 24 ◦ blue 40

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

Shades of Alizarin #EA1828

Tints of Alizarin #EA1828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 78.52%
G = 8.05%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA1828 (or 0xEA1828) is known color: Alizarin. HEX triplet: EA, 18 and 28. RGB value is (234,24,40). Sum of RGB (Red+Green+Blue) = 234+24+40=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1828 is #15E7D7. Grayscale: #585858. Windows color (decimal): -1435608 or 2627818. OLE color: 2627818.

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

Color convert

RGB 234 24 40 -
CMYK 0 0.90 0.83 0.08
HSL 355.43º 0.83% 0.51% -
HSV(B) 355.43º 0.9% 0.92% -
XYZ 34.64 18.3 3.71 -
YUV 88.61 100.57 231.7 -
System Red Green Blue C M Y K H S L
Decimal 234 24 40 0 0.90 0.83 0.08 355.43 0.83 0.51
Hex EA 18 28 0 5A 53 8 163 53 33
Octal 352 30 50 0 132 123 10 543 123 63
Binary 11101010 11000 101000 0 1011010 1010011 1000 101100011 1010011 110011

Color Harmonies of #EA1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1828

Black with #EA1828

Text Example


Text Example

White with #EA1828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1828; }

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

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

background-color css

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

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

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

border-color css

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

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

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