Html Css Color HEX #EA172F Alizarin

📋 copy color: '#EA172F'

red 234 ◦ green 23 ◦ blue 47

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

Shades of Alizarin #EA172F

Tints of Alizarin #EA172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 76.97%
G = 7.57%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA172F (or 0xEA172F) is known color: Alizarin. HEX triplet: EA, 17 and 2F. RGB value is (234,23,47). Sum of RGB (Red+Green+Blue) = 234+23+47=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA172F is #15E8D0. Grayscale: #585858. Windows color (decimal): -1435857 or 3086314. OLE color: 3086314.

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

Color convert

RGB 234 23 47 -
CMYK 0 0.90 0.80 0.08
HSL 353.18º 0.83% 0.5% -
HSV(B) 353.18º 0.9% 0.92% -
XYZ 34.75 18.31 4.39 -
YUV 88.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 234 23 47 0 0.90 0.80 0.08 353.18 0.83 0.5
Hex EA 17 2F 0 5A 50 8 161 53 32
Octal 352 27 57 0 132 120 10 541 123 62
Binary 11101010 10111 101111 0 1011010 1010000 1000 101100001 1010011 110010

Color Harmonies of #EA172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA172F

Black with #EA172F

Text Example


Text Example

White with #EA172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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