Shades of Crimson #DE113B
Tints of Crimson #DE113B
RGB
CMYK
RGB Variations
Color information
#DE113B (or 0xDE113B) is known color: Crimson. HEX triplet: DE, 11 and 3B. RGB value is (222,17,59). Sum of RGB (Red+Green+Blue) = 222+17+59=298 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.50% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 222 - color contains mainly: red. Hex color #DE113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE113B is #21EEC4. Grayscale: #535353. Windows color (decimal): -2223813 or 3871198. OLE color: 3871198.
HSL color Cylindrical-coordinate representation of color #DE113B: hue angle of 347.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE113B is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 17 | 59 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.13 |
| HSL | 347.71º | 0.86% | 0.47% | - |
| HSV(B) | 347.71º | 0.92% | 0.87% | - |
| XYZ | 31.11 | 16.25 | 5.63 | - |
| YUV | 83.08 | 114.42 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 59 | 0 | 0.92 | 0.73 | 0.13 | 347.71 | 0.86 | 0.47 |
| Hex | DE | 11 | 3B | 0 | 5C | 49 | D | 15C | 56 | 2F |
| Octal | 336 | 21 | 73 | 0 | 134 | 111 | 15 | 534 | 126 | 57 |
| Binary | 11011110 | 10001 | 111011 | 0 | 1011100 | 1001001 | 1101 | 101011100 | 1010110 | 101111 |
Color Harmonies of #DE113B
Complementary color
Monochromatic Colors of #DE113B
Black with #DE113B
Text Example
Text Example
White with #DE113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE113B; }
p { color: rgb(222,17,59); }
H1.HeaderClassName
{
color: #DE113B;
}
.AnyTagClassName
{
color: #DE113B;
}
</style>
background-color css
<style>
a { background-color: #DE113B; }
a { background-color: rgb(222,17,59); }
div.DivClassName
{
background-color: #DE113B;
}
.BgClassName
{
background-color: #DE113B;
}
</style>
border-color css
<style>
span { border-color: #DE113B; }
span { border-color: rgb(222,17,59); }
td.TdClassName
{
border-color: #DE113B;
}
.TagClassName
{
border-color: #DE113B;
}
</style>