Shades of Crimson #DF163F
Tints of Crimson #DF163F
RGB
CMYK
RGB Variations
Color information
#DF163F (or 0xDF163F) is known color: Crimson. HEX triplet: DF, 16 and 3F. RGB value is (223,22,63). Sum of RGB (Red+Green+Blue) = 223+22+63=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF163F is #20E9C0. Grayscale: #565656. Windows color (decimal): -2156993 or 4134623. OLE color: 4134623.
HSL color Cylindrical-coordinate representation of color #DF163F: hue angle of 347.76º degrees, saturation: 0.82, 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 #DF163F is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 63 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.13 |
| HSL | 347.76º | 0.82% | 0.48% | - |
| HSV(B) | 347.76º | 0.9% | 0.87% | - |
| XYZ | 31.62 | 16.62 | 6.24 | - |
| YUV | 86.77 | 114.59 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 63 | 0 | 0.90 | 0.72 | 0.13 | 347.76 | 0.82 | 0.48 |
| Hex | DF | 16 | 3F | 0 | 5A | 48 | D | 15C | 52 | 30 |
| Octal | 337 | 26 | 77 | 0 | 132 | 110 | 15 | 534 | 122 | 60 |
| Binary | 11011111 | 10110 | 111111 | 0 | 1011010 | 1001000 | 1101 | 101011100 | 1010010 | 110000 |
Color Harmonies of #DF163F
Complementary color
Monochromatic Colors of #DF163F
Black with #DF163F
Text Example
Text Example
White with #DF163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF163F; }
p { color: rgb(223,22,63); }
H1.HeaderClassName
{
color: #DF163F;
}
.AnyTagClassName
{
color: #DF163F;
}
</style>
background-color css
<style>
a { background-color: #DF163F; }
a { background-color: rgb(223,22,63); }
div.DivClassName
{
background-color: #DF163F;
}
.BgClassName
{
background-color: #DF163F;
}
</style>
border-color css
<style>
span { border-color: #DF163F; }
span { border-color: rgb(223,22,63); }
td.TdClassName
{
border-color: #DF163F;
}
.TagClassName
{
border-color: #DF163F;
}
</style>