Shades of Crimson #DF1636
Tints of Crimson #DF1636
RGB
CMYK
RGB Variations
Color information
#DF1636 (or 0xDF1636) is known color: Crimson. HEX triplet: DF, 16 and 36. RGB value is (223,22,54). Sum of RGB (Red+Green+Blue) = 223+22+54=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1636 is #20E9C9. Grayscale: #555555. Windows color (decimal): -2157002 or 3544799. OLE color: 3544799.
HSL color Cylindrical-coordinate representation of color #DF1636: hue angle of 350.45º 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 #DF1636 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 54 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.13 |
| HSL | 350.45º | 0.82% | 0.48% | - |
| HSV(B) | 350.45º | 0.9% | 0.87% | - |
| XYZ | 31.38 | 16.53 | 5.03 | - |
| YUV | 85.75 | 110.09 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 54 | 0 | 0.90 | 0.76 | 0.13 | 350.45 | 0.82 | 0.48 |
| Hex | DF | 16 | 36 | 0 | 5A | 4C | D | 15E | 52 | 30 |
| Octal | 337 | 26 | 66 | 0 | 132 | 114 | 15 | 536 | 122 | 60 |
| Binary | 11011111 | 10110 | 110110 | 0 | 1011010 | 1001100 | 1101 | 101011110 | 1010010 | 110000 |
Color Harmonies of #DF1636
Complementary color
Monochromatic Colors of #DF1636
Black with #DF1636
Text Example
Text Example
White with #DF1636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1636; }
p { color: rgb(223,22,54); }
H1.HeaderClassName
{
color: #DF1636;
}
.AnyTagClassName
{
color: #DF1636;
}
</style>
background-color css
<style>
a { background-color: #DF1636; }
a { background-color: rgb(223,22,54); }
div.DivClassName
{
background-color: #DF1636;
}
.BgClassName
{
background-color: #DF1636;
}
</style>
border-color css
<style>
span { border-color: #DF1636; }
span { border-color: rgb(223,22,54); }
td.TdClassName
{
border-color: #DF1636;
}
.TagClassName
{
border-color: #DF1636;
}
</style>