Html Css Color HEX #EA172D Alizarin

📋 copy color: '#EA172D'

red 234 ◦ green 23 ◦ blue 45

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

Shades of Alizarin #EA172D

Tints of Alizarin #EA172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 77.48%
G = 7.62%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA172D (or 0xEA172D) is known color: Alizarin. HEX triplet: EA, 17 and 2D. RGB value is (234,23,45). Sum of RGB (Red+Green+Blue) = 234+23+45=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA172D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA172D is #15E8D2. Grayscale: #585858. Windows color (decimal): -1435859 or 2955242. OLE color: 2955242.

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

Color convert

RGB 234 23 45 -
CMYK 0 0.90 0.81 0.08
HSL 353.74º 0.83% 0.5% -
HSV(B) 353.74º 0.9% 0.92% -
XYZ 34.71 18.29 4.18 -
YUV 88.6 103.4 231.71 -
System Red Green Blue C M Y K H S L
Decimal 234 23 45 0 0.90 0.81 0.08 353.74 0.83 0.5
Hex EA 17 2D 0 5A 51 8 162 53 32
Octal 352 27 55 0 132 121 10 542 123 62
Binary 11101010 10111 101101 0 1011010 1010001 1000 101100010 1010011 110010

Color Harmonies of #EA172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA172D

Black with #EA172D

Text Example


Text Example

White with #EA172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA172D; }

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

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

background-color css

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

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

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

border-color css

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

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

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