Html Css Color HEX #EA1723 Alizarin

📋 copy color: '#EA1723'

red 234 ◦ green 23 ◦ blue 35

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

Shades of Alizarin #EA1723

Tints of Alizarin #EA1723

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

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

R = 80.14%
G = 7.88%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA1723 (or 0xEA1723) is known color: Alizarin. HEX triplet: EA, 17 and 23. RGB value is (234,23,35). Sum of RGB (Red+Green+Blue) = 234+23+35=292 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.14% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1723 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1723 is #15E8DC. Grayscale: #575757. Windows color (decimal): -1435869 or 2299882. OLE color: 2299882.

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

Color convert

RGB 234 23 35 -
CMYK 0 0.90 0.85 0.08
HSL 356.59º 0.83% 0.5% -
HSV(B) 356.59º 0.9% 0.92% -
XYZ 34.54 18.23 3.29 -
YUV 87.46 98.4 232.52 -
System Red Green Blue C M Y K H S L
Decimal 234 23 35 0 0.90 0.85 0.08 356.59 0.83 0.5
Hex EA 17 23 0 5A 55 8 165 53 32
Octal 352 27 43 0 132 125 10 545 123 62
Binary 11101010 10111 100011 0 1011010 1010101 1000 101100101 1010011 110010

Color Harmonies of #EA1723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1723

Black with #EA1723

Text Example


Text Example

White with #EA1723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1723; }

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

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

background-color css

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

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

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

border-color css

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

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

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