Shades of Crimson #DF173A
Tints of Crimson #DF173A
RGB
CMYK
RGB Variations
Color information
#DF173A (or 0xDF173A) is known color: Crimson. HEX triplet: DF, 17 and 3A. RGB value is (223,23,58). Sum of RGB (Red+Green+Blue) = 223+23+58=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF173A is #20E8C5. Grayscale: #565656. Windows color (decimal): -2156742 or 3807199. OLE color: 3807199.
HSL color Cylindrical-coordinate representation of color #DF173A: hue angle of 349.5º 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 #DF173A is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 58 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.13 |
| HSL | 349.5º | 0.81% | 0.48% | - |
| HSV(B) | 349.5º | 0.9% | 0.87% | - |
| XYZ | 31.5 | 16.61 | 5.55 | - |
| YUV | 86.79 | 111.76 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 58 | 0 | 0.90 | 0.74 | 0.13 | 349.5 | 0.81 | 0.48 |
| Hex | DF | 17 | 3A | 0 | 5A | 4A | D | 15E | 51 | 30 |
| Octal | 337 | 27 | 72 | 0 | 132 | 112 | 15 | 536 | 121 | 60 |
| Binary | 11011111 | 10111 | 111010 | 0 | 1011010 | 1001010 | 1101 | 101011110 | 1010001 | 110000 |
Color Harmonies of #DF173A
Complementary color
Monochromatic Colors of #DF173A
Black with #DF173A
Text Example
Text Example
White with #DF173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF173A; }
p { color: rgb(223,23,58); }
H1.HeaderClassName
{
color: #DF173A;
}
.AnyTagClassName
{
color: #DF173A;
}
</style>
background-color css
<style>
a { background-color: #DF173A; }
a { background-color: rgb(223,23,58); }
div.DivClassName
{
background-color: #DF173A;
}
.BgClassName
{
background-color: #DF173A;
}
</style>
border-color css
<style>
span { border-color: #DF173A; }
span { border-color: rgb(223,23,58); }
td.TdClassName
{
border-color: #DF173A;
}
.TagClassName
{
border-color: #DF173A;
}
</style>