Shades of Crimson #DF0F37
Tints of Crimson #DF0F37
RGB
CMYK
RGB Variations
Color information
#DF0F37 (or 0xDF0F37) is known color: Crimson. HEX triplet: DF, 0F and 37. RGB value is (223,15,55). Sum of RGB (Red+Green+Blue) = 223+15+55=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F37 is #20F0C8. Grayscale: #515151. Windows color (decimal): -2158793 or 3608543. OLE color: 3608543.
HSL color Cylindrical-coordinate representation of color #DF0F37: hue angle of 348.46º 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 #DF0F37 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 55 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.13 |
| HSL | 348.46º | 0.87% | 0.47% | - |
| HSV(B) | 348.46º | 0.93% | 0.87% | - |
| XYZ | 31.29 | 16.31 | 5.11 | - |
| YUV | 81.75 | 112.91 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 55 | 0 | 0.93 | 0.75 | 0.13 | 348.46 | 0.87 | 0.47 |
| Hex | DF | F | 37 | 0 | 5D | 4B | D | 15C | 57 | 2F |
| Octal | 337 | 17 | 67 | 0 | 135 | 113 | 15 | 534 | 127 | 57 |
| Binary | 11011111 | 1111 | 110111 | 0 | 1011101 | 1001011 | 1101 | 101011100 | 1010111 | 101111 |
Color Harmonies of #DF0F37
Complementary color
Monochromatic Colors of #DF0F37
Black with #DF0F37
Text Example
Text Example
White with #DF0F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F37; }
p { color: rgb(223,15,55); }
H1.HeaderClassName
{
color: #DF0F37;
}
.AnyTagClassName
{
color: #DF0F37;
}
</style>
background-color css
<style>
a { background-color: #DF0F37; }
a { background-color: rgb(223,15,55); }
div.DivClassName
{
background-color: #DF0F37;
}
.BgClassName
{
background-color: #DF0F37;
}
</style>
border-color css
<style>
span { border-color: #DF0F37; }
span { border-color: rgb(223,15,55); }
td.TdClassName
{
border-color: #DF0F37;
}
.TagClassName
{
border-color: #DF0F37;
}
</style>