Shades of Crimson #DE172F
Tints of Crimson #DE172F
RGB
CMYK
RGB Variations
Color information
#DE172F (or 0xDE172F) is known color: Crimson. HEX triplet: DE, 17 and 2F. RGB value is (222,23,47). Sum of RGB (Red+Green+Blue) = 222+23+47=292 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.03% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 222 - color contains mainly: red. Hex color #DE172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE172F is #21E8D0. Grayscale: #555555. Windows color (decimal): -2222289 or 3086302. OLE color: 3086302.
HSL color Cylindrical-coordinate representation of color #DE172F: hue angle of 352.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE172F is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 47 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.13 |
| HSL | 352.76º | 0.81% | 0.48% | - |
| HSV(B) | 352.76º | 0.9% | 0.87% | - |
| XYZ | 30.94 | 16.35 | 4.21 | - |
| YUV | 85.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 47 | 0 | 0.90 | 0.79 | 0.13 | 352.76 | 0.81 | 0.48 |
| Hex | DE | 17 | 2F | 0 | 5A | 4F | D | 161 | 51 | 30 |
| Octal | 336 | 27 | 57 | 0 | 132 | 117 | 15 | 541 | 121 | 60 |
| Binary | 11011110 | 10111 | 101111 | 0 | 1011010 | 1001111 | 1101 | 101100001 | 1010001 | 110000 |
Color Harmonies of #DE172F
Complementary color
Monochromatic Colors of #DE172F
Black with #DE172F
Text Example
Text Example
White with #DE172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE172F; }
p { color: rgb(222,23,47); }
H1.HeaderClassName
{
color: #DE172F;
}
.AnyTagClassName
{
color: #DE172F;
}
</style>
background-color css
<style>
a { background-color: #DE172F; }
a { background-color: rgb(222,23,47); }
div.DivClassName
{
background-color: #DE172F;
}
.BgClassName
{
background-color: #DE172F;
}
</style>
border-color css
<style>
span { border-color: #DE172F; }
span { border-color: rgb(222,23,47); }
td.TdClassName
{
border-color: #DE172F;
}
.TagClassName
{
border-color: #DE172F;
}
</style>