Shades of Crimson #DF162F
Tints of Crimson #DF162F
RGB
CMYK
RGB Variations
Color information
#DF162F (or 0xDF162F) is known color: Crimson. HEX triplet: DF, 16 and 2F. RGB value is (223,22,47). Sum of RGB (Red+Green+Blue) = 223+22+47=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF162F is #20E9D0. Grayscale: #555555. Windows color (decimal): -2157009 or 3086047. OLE color: 3086047.
HSL color Cylindrical-coordinate representation of color #DF162F: hue angle of 352.54º 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 #DF162F is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 47 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.13 |
| HSL | 352.54º | 0.82% | 0.48% | - |
| HSV(B) | 352.54º | 0.9% | 0.87% | - |
| XYZ | 31.23 | 16.47 | 4.22 | - |
| YUV | 84.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 47 | 0 | 0.90 | 0.79 | 0.13 | 352.54 | 0.82 | 0.48 |
| Hex | DF | 16 | 2F | 0 | 5A | 4F | D | 161 | 52 | 30 |
| Octal | 337 | 26 | 57 | 0 | 132 | 117 | 15 | 541 | 122 | 60 |
| Binary | 11011111 | 10110 | 101111 | 0 | 1011010 | 1001111 | 1101 | 101100001 | 1010010 | 110000 |
Color Harmonies of #DF162F
Complementary color
Monochromatic Colors of #DF162F
Black with #DF162F
Text Example
Text Example
White with #DF162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF162F; }
p { color: rgb(223,22,47); }
H1.HeaderClassName
{
color: #DF162F;
}
.AnyTagClassName
{
color: #DF162F;
}
</style>
background-color css
<style>
a { background-color: #DF162F; }
a { background-color: rgb(223,22,47); }
div.DivClassName
{
background-color: #DF162F;
}
.BgClassName
{
background-color: #DF162F;
}
</style>
border-color css
<style>
span { border-color: #DF162F; }
span { border-color: rgb(223,22,47); }
td.TdClassName
{
border-color: #DF162F;
}
.TagClassName
{
border-color: #DF162F;
}
</style>