#EB162D

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

Shades of Alizarin #EB162D

Tints of Alizarin #EB162D

Color information

#EB162D (or 0xEB162D) is unknown color: approx Alizarin. HEX triplet: EB, 16 and 2D. RGB value is (235,22,45). Sum of RGB (Red+Green+Blue) = 235+22+45=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB162D is #14E9D2. Grayscale: #585858. Windows color (decimal): -1370579 or 2954987. OLE color: 2954987.

HSL color Cylindrical-coordinate representation of color #EB162D: hue angle of 353.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB162D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB2352245-
CMYK00.910.810.08
HSL353.52º84.19%50.39%-
HSV(B)353.52º90.64%92.16%-
XYZ35.0218.434.19-
YUV88.31103.57232.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 77.81%
GREEN value IS 22 (8.98% from 255) = 7.28%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=77.81%
G=7.28%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235224500.910.810.08353.5284.1950.39
HexEB162D05B5181625432
Octal353265501331211054212462
Binary111010111011010110101011011101000110001011000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB162D; }

 p { color: rgb(235,22,45); }

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

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

 a { background-color: rgb(235,22,45); }

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

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

 span { border-color: rgb(235,22,45); }

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