Html Css Color HEX #EA1523 Alizarin

📋 copy color: '#EA1523'

red 234 ◦ green 21 ◦ blue 35

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

Shades of Alizarin #EA1523

Tints of Alizarin #EA1523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.07%

R = 80.69%
G = 7.24%
B = 12.07%

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

#EA1523 (or 0xEA1523) is known color: Alizarin. HEX triplet: EA, 15 and 23. RGB value is (234,21,35). Sum of RGB (Red+Green+Blue) = 234+21+35=290 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.69% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1523 is #15EADC. Grayscale: #565656. Windows color (decimal): -1436381 or 2299370. OLE color: 2299370.

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

Color convert

RGB 234 21 35 -
CMYK 0 0.91 0.85 0.08
HSL 356.06º 0.84% 0.5% -
HSV(B) 356.06º 0.91% 0.92% -
XYZ 34.5 18.15 3.27 -
YUV 86.28 99.07 233.36 -
System Red Green Blue C M Y K H S L
Decimal 234 21 35 0 0.91 0.85 0.08 356.06 0.84 0.5
Hex EA 15 23 0 5B 55 8 164 54 32
Octal 352 25 43 0 133 125 10 544 124 62
Binary 11101010 10101 100011 0 1011011 1010101 1000 101100100 1010100 110010

Color Harmonies of #EA1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1523

Black with #EA1523

Text Example


Text Example

White with #EA1523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1523; }

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

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

background-color css

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

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

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

border-color css

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

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

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