Shades of Crimson #DF173D
Tints of Crimson #DF173D
RGB
CMYK
RGB Variations
Color information
#DF173D (or 0xDF173D) is known color: Crimson. HEX triplet: DF, 17 and 3D. RGB value is (223,23,61). Sum of RGB (Red+Green+Blue) = 223+23+61=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF173D is #20E8C2. Grayscale: #575757. Windows color (decimal): -2156739 or 4003807. OLE color: 4003807.
HSL color Cylindrical-coordinate representation of color #DF173D: hue angle of 348.6º 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 #DF173D is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 61 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.13 |
| HSL | 348.6º | 0.81% | 0.48% | - |
| HSV(B) | 348.6º | 0.9% | 0.87% | - |
| XYZ | 31.58 | 16.64 | 5.96 | - |
| YUV | 87.13 | 113.26 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 61 | 0 | 0.90 | 0.73 | 0.13 | 348.6 | 0.81 | 0.48 |
| Hex | DF | 17 | 3D | 0 | 5A | 49 | D | 15D | 51 | 30 |
| Octal | 337 | 27 | 75 | 0 | 132 | 111 | 15 | 535 | 121 | 60 |
| Binary | 11011111 | 10111 | 111101 | 0 | 1011010 | 1001001 | 1101 | 101011101 | 1010001 | 110000 |
Color Harmonies of #DF173D
Complementary color
Monochromatic Colors of #DF173D
Black with #DF173D
Text Example
Text Example
White with #DF173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF173D; }
p { color: rgb(223,23,61); }
H1.HeaderClassName
{
color: #DF173D;
}
.AnyTagClassName
{
color: #DF173D;
}
</style>
background-color css
<style>
a { background-color: #DF173D; }
a { background-color: rgb(223,23,61); }
div.DivClassName
{
background-color: #DF173D;
}
.BgClassName
{
background-color: #DF173D;
}
</style>
border-color css
<style>
span { border-color: #DF173D; }
span { border-color: rgb(223,23,61); }
td.TdClassName
{
border-color: #DF173D;
}
.TagClassName
{
border-color: #DF173D;
}
</style>