Shades of Crimson #EB0E3C
Tints of Crimson #EB0E3C
RGB
CMYK
RGB Variations
Color information
#EB0E3C (or 0xEB0E3C) is known color: Crimson. HEX triplet: EB, 0E and 3C. RGB value is (235,14,60). Sum of RGB (Red+Green+Blue) = 235+14+60=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0E3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0E3C is #14F1C3. Grayscale: #555555. Windows color (decimal): -1372612 or 3935979. OLE color: 3935979.
HSL color Cylindrical-coordinate representation of color #EB0E3C: hue angle of 347.51º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0E3C is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 60 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.08 |
| HSL | 347.51º | 0.89% | 0.49% | - |
| HSV(B) | 347.51º | 0.94% | 0.92% | - |
| XYZ | 35.23 | 18.3 | 5.95 | - |
| YUV | 85.32 | 113.72 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 60 | 0 | 0.94 | 0.74 | 0.08 | 347.51 | 0.89 | 0.49 |
| Hex | EB | E | 3C | 0 | 5E | 4A | 8 | 15C | 59 | 31 |
| Octal | 353 | 16 | 74 | 0 | 136 | 112 | 10 | 534 | 131 | 61 |
| Binary | 11101011 | 1110 | 111100 | 0 | 1011110 | 1001010 | 1000 | 101011100 | 1011001 | 110001 |
Color Harmonies of #EB0E3C
Complementary color
Monochromatic Colors of #EB0E3C
Black with #EB0E3C
Text Example
Text Example
White with #EB0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0E3C; }
p { color: rgb(235,14,60); }
H1.HeaderClassName
{
color: #EB0E3C;
}
.AnyTagClassName
{
color: #EB0E3C;
}
</style>
background-color css
<style>
a { background-color: #EB0E3C; }
a { background-color: rgb(235,14,60); }
div.DivClassName
{
background-color: #EB0E3C;
}
.BgClassName
{
background-color: #EB0E3C;
}
</style>
border-color css
<style>
span { border-color: #EB0E3C; }
span { border-color: rgb(235,14,60); }
td.TdClassName
{
border-color: #EB0E3C;
}
.TagClassName
{
border-color: #EB0E3C;
}
</style>