#EC171F

Color #EC171F Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #EC171F

Tints of Alizarin #EC171F

Color information

#EC171F (or 0xEC171F) is unknown color: approx Alizarin. HEX triplet: EC, 17 and 1F. RGB value is (236,23,31). Sum of RGB (Red+Green+Blue) = 236+23+31=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC171F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC171F is #13E8E0. Grayscale: #575757. Windows color (decimal): -1304801 or 2037740. OLE color: 2037740.

HSL color Cylindrical-coordinate representation of color #EC171F: hue angle of 357.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC171F is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB2362331-
CMYK00.900.870.07
HSL357.75º84.86%50.78%-
HSV(B)357.75º90.25%92.55%-
XYZ35.1518.543.02-
YUV87.696.07233.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 81.38%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=81.38%
G=7.93%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236233100.900.870.07357.7584.8650.78
HexEC171F05A5771665533
Octal35427370132127754612563
Binary1110110010111111110101101010101111111011001101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC171F; }

 p { color: rgb(236,23,31); }

 H1.HeaderClassName
 {
   color: #EC171F;
 }
 .AnyTagClassName
 {
   color: #EC171F;
 }
</style>
background-color css

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

 a { background-color: rgb(236,23,31); }

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

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

 span { border-color: rgb(236,23,31); }

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