Shades of Crimson #DE193F
Tints of Crimson #DE193F
RGB
CMYK
RGB Variations
Color information
#DE193F (or 0xDE193F) is known color: Crimson. HEX triplet: DE, 19 and 3F. RGB value is (222,25,63). Sum of RGB (Red+Green+Blue) = 222+25+63=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE193F is #21E6C0. Grayscale: #585858. Windows color (decimal): -2221761 or 4135390. OLE color: 4135390.
HSL color Cylindrical-coordinate representation of color #DE193F: hue angle of 348.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE193F is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 63 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.13 |
| HSL | 348.43º | 0.8% | 0.48% | - |
| HSV(B) | 348.43º | 0.89% | 0.87% | - |
| XYZ | 31.37 | 16.58 | 6.25 | - |
| YUV | 88.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 63 | 0 | 0.89 | 0.72 | 0.13 | 348.43 | 0.8 | 0.48 |
| Hex | DE | 19 | 3F | 0 | 59 | 48 | D | 15C | 50 | 30 |
| Octal | 336 | 31 | 77 | 0 | 131 | 110 | 15 | 534 | 120 | 60 |
| Binary | 11011110 | 11001 | 111111 | 0 | 1011001 | 1001000 | 1101 | 101011100 | 1010000 | 110000 |
Color Harmonies of #DE193F
Complementary color
Monochromatic Colors of #DE193F
Black with #DE193F
Text Example
Text Example
White with #DE193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE193F; }
p { color: rgb(222,25,63); }
H1.HeaderClassName
{
color: #DE193F;
}
.AnyTagClassName
{
color: #DE193F;
}
</style>
background-color css
<style>
a { background-color: #DE193F; }
a { background-color: rgb(222,25,63); }
div.DivClassName
{
background-color: #DE193F;
}
.BgClassName
{
background-color: #DE193F;
}
</style>
border-color css
<style>
span { border-color: #DE193F; }
span { border-color: rgb(222,25,63); }
td.TdClassName
{
border-color: #DE193F;
}
.TagClassName
{
border-color: #DE193F;
}
</style>