#EB1B22

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

Shades of Alizarin #EB1B22

Tints of Alizarin #EB1B22

Color information

#EB1B22 (or 0xEB1B22) is unknown color: approx Alizarin. HEX triplet: EB, 1B and 22. RGB value is (235,27,34). Sum of RGB (Red+Green+Blue) = 235+27+34=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1B22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1B22 is #14E4DD. Grayscale: #5A5A5A. Windows color (decimal): -1369310 or 2235371. OLE color: 2235371.

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

Color convert

RGB2352734-
CMYK00.890.860.08
HSL357.98º83.87%51.37%-
HSV(B)357.98º88.51%92.16%-
XYZ34.9418.563.25-
YUV89.9996.41231.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 79.39%
GREEN value IS 27 (10.94% from 255) = 9.12%
BLUE value IS 34 (13.67% from 255) = 11.49%
R=79.39%
G=9.12%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235273400.890.860.08357.9883.8751.37
HexEB1B220595681665433
Octal353334201311261054612463
Binary111010111101110001001011001101011010001011001101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1B22; }

 p { color: rgb(235,27,34); }

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

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

 a { background-color: rgb(235,27,34); }

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

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

 span { border-color: rgb(235,27,34); }

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