Shades of Crimson #EB1044
Tints of Crimson #EB1044
RGB
CMYK
RGB Variations
Color information
#EB1044 (or 0xEB1044) is known color: Crimson. HEX triplet: EB, 10 and 44. RGB value is (235,16,68). Sum of RGB (Red+Green+Blue) = 235+16+68=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1044 is #14EFBB. Grayscale: #575757. Windows color (decimal): -1372092 or 4460779. OLE color: 4460779.
HSL color Cylindrical-coordinate representation of color #EB1044: hue angle of 345.75º 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 #EB1044 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 68 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.08 |
| HSL | 345.75º | 0.87% | 0.49% | - |
| HSV(B) | 345.75º | 0.93% | 0.92% | - |
| XYZ | 35.49 | 18.45 | 7.16 | - |
| YUV | 87.41 | 117.05 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 68 | 0 | 0.93 | 0.71 | 0.08 | 345.75 | 0.87 | 0.49 |
| Hex | EB | 10 | 44 | 0 | 5D | 47 | 8 | 15A | 57 | 31 |
| Octal | 353 | 20 | 104 | 0 | 135 | 107 | 10 | 532 | 127 | 61 |
| Binary | 11101011 | 10000 | 1000100 | 0 | 1011101 | 1000111 | 1000 | 101011010 | 1010111 | 110001 |
Color Harmonies of #EB1044
Complementary color
Monochromatic Colors of #EB1044
Black with #EB1044
Text Example
Text Example
White with #EB1044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1044; }
p { color: rgb(235,16,68); }
H1.HeaderClassName
{
color: #EB1044;
}
.AnyTagClassName
{
color: #EB1044;
}
</style>
background-color css
<style>
a { background-color: #EB1044; }
a { background-color: rgb(235,16,68); }
div.DivClassName
{
background-color: #EB1044;
}
.BgClassName
{
background-color: #EB1044;
}
</style>
border-color css
<style>
span { border-color: #EB1044; }
span { border-color: rgb(235,16,68); }
td.TdClassName
{
border-color: #EB1044;
}
.TagClassName
{
border-color: #EB1044;
}
</style>