Shades of Crimson #DF0E37
Tints of Crimson #DF0E37
RGB
CMYK
RGB Variations
Color information
#DF0E37 (or 0xDF0E37) is known color: Crimson. HEX triplet: DF, 0E and 37. RGB value is (223,14,55). Sum of RGB (Red+Green+Blue) = 223+14+55=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E37 is #20F1C8. Grayscale: #515151. Windows color (decimal): -2159049 or 3608287. OLE color: 3608287.
HSL color Cylindrical-coordinate representation of color #DF0E37: hue angle of 348.23º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E37 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 55 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.13 |
| HSL | 348.23º | 0.88% | 0.46% | - |
| HSV(B) | 348.23º | 0.94% | 0.87% | - |
| XYZ | 31.28 | 16.28 | 5.11 | - |
| YUV | 81.17 | 113.24 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 55 | 0 | 0.94 | 0.75 | 0.13 | 348.23 | 0.88 | 0.46 |
| Hex | DF | E | 37 | 0 | 5E | 4B | D | 15C | 58 | 2E |
| Octal | 337 | 16 | 67 | 0 | 136 | 113 | 15 | 534 | 130 | 56 |
| Binary | 11011111 | 1110 | 110111 | 0 | 1011110 | 1001011 | 1101 | 101011100 | 1011000 | 101110 |
Color Harmonies of #DF0E37
Complementary color
Monochromatic Colors of #DF0E37
Black with #DF0E37
Text Example
Text Example
White with #DF0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E37; }
p { color: rgb(223,14,55); }
H1.HeaderClassName
{
color: #DF0E37;
}
.AnyTagClassName
{
color: #DF0E37;
}
</style>
background-color css
<style>
a { background-color: #DF0E37; }
a { background-color: rgb(223,14,55); }
div.DivClassName
{
background-color: #DF0E37;
}
.BgClassName
{
background-color: #DF0E37;
}
</style>
border-color css
<style>
span { border-color: #DF0E37; }
span { border-color: rgb(223,14,55); }
td.TdClassName
{
border-color: #DF0E37;
}
.TagClassName
{
border-color: #DF0E37;
}
</style>