Shades of Crimson #DF0F39
Tints of Crimson #DF0F39
RGB
CMYK
RGB Variations
Color information
#DF0F39 (or 0xDF0F39) is known color: Crimson. HEX triplet: DF, 0F and 39. RGB value is (223,15,57). Sum of RGB (Red+Green+Blue) = 223+15+57=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F39 is #20F0C6. Grayscale: #525252. Windows color (decimal): -2158791 or 3739615. OLE color: 3739615.
HSL color Cylindrical-coordinate representation of color #DF0F39: hue angle of 347.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F39 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 57 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.13 |
| HSL | 347.88º | 0.87% | 0.47% | - |
| HSV(B) | 347.88º | 0.93% | 0.87% | - |
| XYZ | 31.34 | 16.33 | 5.37 | - |
| YUV | 81.98 | 113.91 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 57 | 0 | 0.93 | 0.74 | 0.13 | 347.88 | 0.87 | 0.47 |
| Hex | DF | F | 39 | 0 | 5D | 4A | D | 15C | 57 | 2F |
| Octal | 337 | 17 | 71 | 0 | 135 | 112 | 15 | 534 | 127 | 57 |
| Binary | 11011111 | 1111 | 111001 | 0 | 1011101 | 1001010 | 1101 | 101011100 | 1010111 | 101111 |
Color Harmonies of #DF0F39
Complementary color
Monochromatic Colors of #DF0F39
Black with #DF0F39
Text Example
Text Example
White with #DF0F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F39; }
p { color: rgb(223,15,57); }
H1.HeaderClassName
{
color: #DF0F39;
}
.AnyTagClassName
{
color: #DF0F39;
}
</style>
background-color css
<style>
a { background-color: #DF0F39; }
a { background-color: rgb(223,15,57); }
div.DivClassName
{
background-color: #DF0F39;
}
.BgClassName
{
background-color: #DF0F39;
}
</style>
border-color css
<style>
span { border-color: #DF0F39; }
span { border-color: rgb(223,15,57); }
td.TdClassName
{
border-color: #DF0F39;
}
.TagClassName
{
border-color: #DF0F39;
}
</style>