Shades of Crimson #DF163C
Tints of Crimson #DF163C
RGB
CMYK
RGB Variations
Color information
#DF163C (or 0xDF163C) is known color: Crimson. HEX triplet: DF, 16 and 3C. RGB value is (223,22,60). Sum of RGB (Red+Green+Blue) = 223+22+60=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF163C is #20E9C3. Grayscale: #565656. Windows color (decimal): -2156996 or 3938015. OLE color: 3938015.
HSL color Cylindrical-coordinate representation of color #DF163C: hue angle of 348.66º 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 #DF163C is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 60 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.13 |
| HSL | 348.66º | 0.82% | 0.48% | - |
| HSV(B) | 348.66º | 0.9% | 0.87% | - |
| XYZ | 31.53 | 16.59 | 5.81 | - |
| YUV | 86.43 | 113.09 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 60 | 0 | 0.90 | 0.73 | 0.13 | 348.66 | 0.82 | 0.48 |
| Hex | DF | 16 | 3C | 0 | 5A | 49 | D | 15D | 52 | 30 |
| Octal | 337 | 26 | 74 | 0 | 132 | 111 | 15 | 535 | 122 | 60 |
| Binary | 11011111 | 10110 | 111100 | 0 | 1011010 | 1001001 | 1101 | 101011101 | 1010010 | 110000 |
Color Harmonies of #DF163C
Complementary color
Monochromatic Colors of #DF163C
Black with #DF163C
Text Example
Text Example
White with #DF163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF163C; }
p { color: rgb(223,22,60); }
H1.HeaderClassName
{
color: #DF163C;
}
.AnyTagClassName
{
color: #DF163C;
}
</style>
background-color css
<style>
a { background-color: #DF163C; }
a { background-color: rgb(223,22,60); }
div.DivClassName
{
background-color: #DF163C;
}
.BgClassName
{
background-color: #DF163C;
}
</style>
border-color css
<style>
span { border-color: #DF163C; }
span { border-color: rgb(223,22,60); }
td.TdClassName
{
border-color: #DF163C;
}
.TagClassName
{
border-color: #DF163C;
}
</style>