Shades of Crimson #EB1144
Tints of Crimson #EB1144
RGB
CMYK
RGB Variations
Color information
#EB1144 (or 0xEB1144) is known color: Crimson. HEX triplet: EB, 11 and 44. RGB value is (235,17,68). Sum of RGB (Red+Green+Blue) = 235+17+68=320 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.44% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1144 is #14EEBB. Grayscale: #585858. Windows color (decimal): -1371836 or 4461035. OLE color: 4461035.
HSL color Cylindrical-coordinate representation of color #EB1144: hue angle of 345.96º 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 #EB1144 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 17 | 68 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.08 |
| HSL | 345.96º | 0.87% | 0.49% | - |
| HSV(B) | 345.96º | 0.93% | 0.92% | - |
| XYZ | 35.5 | 18.48 | 7.16 | - |
| YUV | 88 | 116.72 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 17 | 68 | 0 | 0.93 | 0.71 | 0.08 | 345.96 | 0.87 | 0.49 |
| Hex | EB | 11 | 44 | 0 | 5D | 47 | 8 | 15A | 57 | 31 |
| Octal | 353 | 21 | 104 | 0 | 135 | 107 | 10 | 532 | 127 | 61 |
| Binary | 11101011 | 10001 | 1000100 | 0 | 1011101 | 1000111 | 1000 | 101011010 | 1010111 | 110001 |
Color Harmonies of #EB1144
Complementary color
Monochromatic Colors of #EB1144
Black with #EB1144
Text Example
Text Example
White with #EB1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1144; }
p { color: rgb(235,17,68); }
H1.HeaderClassName
{
color: #EB1144;
}
.AnyTagClassName
{
color: #EB1144;
}
</style>
background-color css
<style>
a { background-color: #EB1144; }
a { background-color: rgb(235,17,68); }
div.DivClassName
{
background-color: #EB1144;
}
.BgClassName
{
background-color: #EB1144;
}
</style>
border-color css
<style>
span { border-color: #EB1144; }
span { border-color: rgb(235,17,68); }
td.TdClassName
{
border-color: #EB1144;
}
.TagClassName
{
border-color: #EB1144;
}
</style>