Html Css Color HEX #EA1524 Alizarin

📋 copy color: '#EA1524'

red 234 ◦ green 21 ◦ blue 36

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

Shades of Alizarin #EA1524

Tints of Alizarin #EA1524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

 BLUE value IS 36 (14.45% from 255) = 12.37%

R = 80.41%
G = 7.22%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA1524 (or 0xEA1524) is known color: Alizarin. HEX triplet: EA, 15 and 24. RGB value is (234,21,36). Sum of RGB (Red+Green+Blue) = 234+21+36=291 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.41% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1524 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1524 is #15EADB. Grayscale: #565656. Windows color (decimal): -1436380 or 2364906. OLE color: 2364906.

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

Color convert

RGB 234 21 36 -
CMYK 0 0.91 0.85 0.08
HSL 355.77º 0.84% 0.5% -
HSV(B) 355.77º 0.91% 0.92% -
XYZ 34.52 18.16 3.35 -
YUV 86.4 99.57 233.28 -
System Red Green Blue C M Y K H S L
Decimal 234 21 36 0 0.91 0.85 0.08 355.77 0.84 0.5
Hex EA 15 24 0 5B 55 8 164 54 32
Octal 352 25 44 0 133 125 10 544 124 62
Binary 11101010 10101 100100 0 1011011 1010101 1000 101100100 1010100 110010

Color Harmonies of #EA1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1524

Black with #EA1524

Text Example


Text Example

White with #EA1524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1524; }

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

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

background-color css

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

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

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

border-color css

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

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

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