#EB1C25

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

Shades of Alizarin #EB1C25

Tints of Alizarin #EB1C25

Color information

#EB1C25 (or 0xEB1C25) is unknown color: approx Alizarin. HEX triplet: EB, 1C and 25. RGB value is (235,28,37). Sum of RGB (Red+Green+Blue) = 235+28+37=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1C25 is #14E3DA. Grayscale: #5B5B5B. Windows color (decimal): -1369051 or 2432235. OLE color: 2432235.

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

Color convert

RGB2352837-
CMYK00.880.840.08
HSL357.39º83.81%51.57%-
HSV(B)357.39º88.09%92.16%-
XYZ35.0118.633.5-
YUV90.9297.58230.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 78.33%
GREEN value IS 28 (11.33% from 255) = 9.33%
BLUE value IS 37 (14.84% from 255) = 12.33%
R=78.33%
G=9.33%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235283700.880.840.08357.3983.8151.57
HexEB1C250585481655434
Octal353344501301241054512464
Binary111010111110010010101011000101010010001011001011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1C25; }

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

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

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

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

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

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

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

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