#EB113C

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

Shades of Crimson #EB113C

Tints of Crimson #EB113C

Color information

#EB113C (or 0xEB113C) is unknown color: approx Crimson. HEX triplet: EB, 11 and 3C. RGB value is (235,17,60). Sum of RGB (Red+Green+Blue) = 235+17+60=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB113C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB113C is #14EEC3. Grayscale: #575757. Windows color (decimal): -1371844 or 3936747. OLE color: 3936747.

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

Color convert

RGB2351760-
CMYK00.930.740.08
HSL348.17º86.51%49.41%-
HSV(B)348.17º92.77%92.16%-
XYZ35.2818.395.97-
YUV87.08112.72233.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 75.32%
GREEN value IS 17 (7.03% from 255) = 5.45%
BLUE value IS 60 (23.83% from 255) = 19.23%
R=75.32%
G=5.45%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235176000.930.740.08348.1786.5149.41
HexEB113C05D4A815c5731
Octal353217401351121053412761
Binary111010111000111110001011101100101010001010111001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB113C; }

 p { color: rgb(235,17,60); }

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

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

 a { background-color: rgb(235,17,60); }

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

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

 span { border-color: rgb(235,17,60); }

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