#eb1938

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

Shades of Alizarin #EB1938

Tints of Alizarin #EB1938

Color information

#EB1938 (or 0xEB1938) is unknown color: approx Alizarin. HEX triplet: EB, 19 and 38. RGB value is (235,25,56). Sum of RGB (Red+Green+Blue) = 235+25+56=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1938 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1938 is #14E6C7. Grayscale: #5B5B5B. Windows color (decimal): -1369800 or 3676651. OLE color: 3676651.

HSL color Cylindrical-coordinate representation of color #EB1938: hue angle of 351.14º 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 #EB1938 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB2352556-
CMYK00.890.760.08
HSL351.14º84%50.98%-
HSV(B)351.14º89.36%92.16%-
XYZ35.3218.645.48-
YUV91.32108.07230.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 74.37%
GREEN value IS 25 (10.16% from 255) = 7.91%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=74.37%
G=7.91%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235255600.890.760.08351.148450.98
HexEB19380594C815f5433
Octal353317001311141053712463
Binary111010111100111100001011001100110010001010111111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb1938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb1938; }

 p { color: rgb(235,25,56); }

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

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

 a { background-color: rgb(235,25,56); }

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

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

 span { border-color: rgb(235,25,56); }

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