Shades of Crimson #DF172D
Tints of Crimson #DF172D
RGB
CMYK
RGB Variations
Color information
#DF172D (or 0xDF172D) is known color: Crimson. HEX triplet: DF, 17 and 2D. RGB value is (223,23,45). Sum of RGB (Red+Green+Blue) = 223+23+45=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF172D is #20E8D2. Grayscale: #555555. Windows color (decimal): -2156755 or 2955231. OLE color: 2955231.
HSL color Cylindrical-coordinate representation of color #DF172D: hue angle of 353.4º 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 #DF172D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 45 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.13 |
| HSL | 353.4º | 0.81% | 0.48% | - |
| HSV(B) | 353.4º | 0.9% | 0.87% | - |
| XYZ | 31.21 | 16.49 | 4.02 | - |
| YUV | 85.31 | 105.26 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 45 | 0 | 0.90 | 0.80 | 0.13 | 353.4 | 0.81 | 0.48 |
| Hex | DF | 17 | 2D | 0 | 5A | 50 | D | 161 | 51 | 30 |
| Octal | 337 | 27 | 55 | 0 | 132 | 120 | 15 | 541 | 121 | 60 |
| Binary | 11011111 | 10111 | 101101 | 0 | 1011010 | 1010000 | 1101 | 101100001 | 1010001 | 110000 |
Color Harmonies of #DF172D
Complementary color
Monochromatic Colors of #DF172D
Black with #DF172D
Text Example
Text Example
White with #DF172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF172D; }
p { color: rgb(223,23,45); }
H1.HeaderClassName
{
color: #DF172D;
}
.AnyTagClassName
{
color: #DF172D;
}
</style>
background-color css
<style>
a { background-color: #DF172D; }
a { background-color: rgb(223,23,45); }
div.DivClassName
{
background-color: #DF172D;
}
.BgClassName
{
background-color: #DF172D;
}
</style>
border-color css
<style>
span { border-color: #DF172D; }
span { border-color: rgb(223,23,45); }
td.TdClassName
{
border-color: #DF172D;
}
.TagClassName
{
border-color: #DF172D;
}
</style>