Shades of Crimson #DF162E
Tints of Crimson #DF162E
RGB
CMYK
RGB Variations
Color information
#DF162E (or 0xDF162E) is known color: Crimson. HEX triplet: DF, 16 and 2E. RGB value is (223,22,46). Sum of RGB (Red+Green+Blue) = 223+22+46=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF162E is #20E9D1. Grayscale: #545454. Windows color (decimal): -2157010 or 3020511. OLE color: 3020511.
HSL color Cylindrical-coordinate representation of color #DF162E: hue angle of 352.84º 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 #DF162E is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 46 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.13 |
| HSL | 352.84º | 0.82% | 0.48% | - |
| HSV(B) | 352.84º | 0.9% | 0.87% | - |
| XYZ | 31.21 | 16.46 | 4.12 | - |
| YUV | 84.84 | 106.09 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 46 | 0 | 0.90 | 0.79 | 0.13 | 352.84 | 0.82 | 0.48 |
| Hex | DF | 16 | 2E | 0 | 5A | 4F | D | 161 | 52 | 30 |
| Octal | 337 | 26 | 56 | 0 | 132 | 117 | 15 | 541 | 122 | 60 |
| Binary | 11011111 | 10110 | 101110 | 0 | 1011010 | 1001111 | 1101 | 101100001 | 1010010 | 110000 |
Color Harmonies of #DF162E
Complementary color
Monochromatic Colors of #DF162E
Black with #DF162E
Text Example
Text Example
White with #DF162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF162E; }
p { color: rgb(223,22,46); }
H1.HeaderClassName
{
color: #DF162E;
}
.AnyTagClassName
{
color: #DF162E;
}
</style>
background-color css
<style>
a { background-color: #DF162E; }
a { background-color: rgb(223,22,46); }
div.DivClassName
{
background-color: #DF162E;
}
.BgClassName
{
background-color: #DF162E;
}
</style>
border-color css
<style>
span { border-color: #DF162E; }
span { border-color: rgb(223,22,46); }
td.TdClassName
{
border-color: #DF162E;
}
.TagClassName
{
border-color: #DF162E;
}
</style>