#EB1720

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

Shades of Alizarin #EB1720

Tints of Alizarin #EB1720

Color information

#EB1720 (or 0xEB1720) is unknown color: approx Alizarin. HEX triplet: EB, 17 and 20. RGB value is (235,23,32). Sum of RGB (Red+Green+Blue) = 235+23+32=290 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.03% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1720 is #14E8DF. Grayscale: #575757. Windows color (decimal): -1370336 or 2103275. OLE color: 2103275.

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

Color convert

RGB2352332-
CMYK00.900.860.08
HSL357.45º84.13%50.59%-
HSV(B)357.45º90.21%92.16%-
XYZ34.8318.383.08-
YUV87.4196.74233.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 81.03%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 32 (12.89% from 255) = 11.03%
R=81.03%
G=7.93%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235233200.900.860.08357.4584.1350.59
HexEB172005A5681655433
Octal353274001321261054512463
Binary111010111011110000001011010101011010001011001011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1720; }

 p { color: rgb(235,23,32); }

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

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

 a { background-color: rgb(235,23,32); }

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

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

 span { border-color: rgb(235,23,32); }

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