Shades of Crimson #DF172F
Tints of Crimson #DF172F
RGB
CMYK
RGB Variations
Color information
#DF172F (or 0xDF172F) is known color: Crimson. HEX triplet: DF, 17 and 2F. RGB value is (223,23,47). Sum of RGB (Red+Green+Blue) = 223+23+47=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF172F is #20E8D0. Grayscale: #555555. Windows color (decimal): -2156753 or 3086303. OLE color: 3086303.
HSL color Cylindrical-coordinate representation of color #DF172F: hue angle of 352.8º 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 #DF172F is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 47 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.13 |
| HSL | 352.8º | 0.81% | 0.48% | - |
| HSV(B) | 352.8º | 0.9% | 0.87% | - |
| XYZ | 31.25 | 16.51 | 4.23 | - |
| YUV | 85.54 | 106.26 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 47 | 0 | 0.90 | 0.79 | 0.13 | 352.8 | 0.81 | 0.48 |
| Hex | DF | 17 | 2F | 0 | 5A | 4F | D | 161 | 51 | 30 |
| Octal | 337 | 27 | 57 | 0 | 132 | 117 | 15 | 541 | 121 | 60 |
| Binary | 11011111 | 10111 | 101111 | 0 | 1011010 | 1001111 | 1101 | 101100001 | 1010001 | 110000 |
Color Harmonies of #DF172F
Complementary color
Monochromatic Colors of #DF172F
Black with #DF172F
Text Example
Text Example
White with #DF172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF172F; }
p { color: rgb(223,23,47); }
H1.HeaderClassName
{
color: #DF172F;
}
.AnyTagClassName
{
color: #DF172F;
}
</style>
background-color css
<style>
a { background-color: #DF172F; }
a { background-color: rgb(223,23,47); }
div.DivClassName
{
background-color: #DF172F;
}
.BgClassName
{
background-color: #DF172F;
}
</style>
border-color css
<style>
span { border-color: #DF172F; }
span { border-color: rgb(223,23,47); }
td.TdClassName
{
border-color: #DF172F;
}
.TagClassName
{
border-color: #DF172F;
}
</style>