Html Css Color HEX #EA172B Alizarin

📋 copy color: '#EA172B'

red 234 ◦ green 23 ◦ blue 43

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

Shades of Alizarin #EA172B

Tints of Alizarin #EA172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 78%
G = 7.67%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA172B (or 0xEA172B) is known color: Alizarin. HEX triplet: EA, 17 and 2B. RGB value is (234,23,43). Sum of RGB (Red+Green+Blue) = 234+23+43=300 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 234 - color contains mainly: red. Hex color #EA172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA172B is #15E8D4. Grayscale: #585858. Windows color (decimal): -1435861 or 2824170. OLE color: 2824170.

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

Color convert

RGB 234 23 43 -
CMYK 0 0.90 0.82 0.08
HSL 354.31º 0.83% 0.5% -
HSV(B) 354.31º 0.9% 0.92% -
XYZ 34.67 18.28 3.99 -
YUV 88.37 102.4 231.87 -
System Red Green Blue C M Y K H S L
Decimal 234 23 43 0 0.90 0.82 0.08 354.31 0.83 0.5
Hex EA 17 2B 0 5A 52 8 162 53 32
Octal 352 27 53 0 132 122 10 542 123 62
Binary 11101010 10111 101011 0 1011010 1010010 1000 101100010 1010011 110010

Color Harmonies of #EA172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA172B

Black with #EA172B

Text Example


Text Example

White with #EA172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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