#EB1C31

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

Shades of Alizarin #EB1C31

Tints of Alizarin #EB1C31

Color information

#EB1C31 (or 0xEB1C31) is unknown color: approx Alizarin. HEX triplet: EB, 1C and 31. RGB value is (235,28,49). Sum of RGB (Red+Green+Blue) = 235+28+49=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1C31 is #14E3CE. Grayscale: #5C5C5C. Windows color (decimal): -1369039 or 3218667. OLE color: 3218667.

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

Color convert

RGB2352849-
CMYK00.880.790.08
HSL353.91º83.81%51.57%-
HSV(B)353.91º88.09%92.16%-
XYZ35.2318.714.66-
YUV92.29103.58229.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 75.32%
GREEN value IS 28 (11.33% from 255) = 8.97%
BLUE value IS 49 (19.53% from 255) = 15.71%
R=75.32%
G=8.97%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235284900.880.790.08353.9183.8151.57
HexEB1C310584F81625434
Octal353346101301171054212464
Binary111010111110011000101011000100111110001011000101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1C31; }

 p { color: rgb(235,28,49); }

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

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

 a { background-color: rgb(235,28,49); }

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

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

 span { border-color: rgb(235,28,49); }

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