#EB1E27

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

Shades of Alizarin #EB1E27

Tints of Alizarin #EB1E27

Color information

#EB1E27 (or 0xEB1E27) is unknown color: approx Alizarin. HEX triplet: EB, 1E and 27. RGB value is (235,30,39). Sum of RGB (Red+Green+Blue) = 235+30+39=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E27 is #14E1D8. Grayscale: #5C5C5C. Windows color (decimal): -1368537 or 2563819. OLE color: 2563819.

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

Color convert

RGB2353039-
CMYK00.870.830.08
HSL357.37º83.67%51.96%-
HSV(B)357.37º87.23%92.16%-
XYZ35.0918.743.69-
YUV92.3297.92229.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 77.30%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 39 (15.62% from 255) = 12.83%
R=77.30%
G=9.87%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235303900.870.830.08357.3783.6751.96
HexEB1E270575381655434
Octal353364701271231054512464
Binary111010111111010011101010111101001110001011001011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1E27; }

 p { color: rgb(235,30,39); }

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

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

 a { background-color: rgb(235,30,39); }

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

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

 span { border-color: rgb(235,30,39); }

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