Html Css Color HEX #EA1835 Alizarin

📋 copy color: '#EA1835'

red 234 ◦ green 24 ◦ blue 53

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

Shades of Alizarin #EA1835

Tints of Alizarin #EA1835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.04%

R = 75.24%
G = 7.72%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA1835 (or 0xEA1835) is known color: Alizarin. HEX triplet: EA, 18 and 35. RGB value is (234,24,53). Sum of RGB (Red+Green+Blue) = 234+24+53=311 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75.24% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1835 is #15E7CA. Grayscale: #5A5A5A. Windows color (decimal): -1435595 or 3479786. OLE color: 3479786.

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

Color convert

RGB 234 24 53 -
CMYK 0 0.90 0.77 0.08
HSL 351.71º 0.83% 0.51% -
HSV(B) 351.71º 0.9% 0.92% -
XYZ 34.9 18.4 5.08 -
YUV 90.1 107.07 230.64 -
System Red Green Blue C M Y K H S L
Decimal 234 24 53 0 0.90 0.77 0.08 351.71 0.83 0.51
Hex EA 18 35 0 5A 4D 8 160 53 33
Octal 352 30 65 0 132 115 10 540 123 63
Binary 11101010 11000 110101 0 1011010 1001101 1000 101100000 1010011 110011

Color Harmonies of #EA1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1835

Black with #EA1835

Text Example


Text Example

White with #EA1835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1835; }

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

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

background-color css

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

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

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

border-color css

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

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

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