Shades of Crimson #DF0F31
Tints of Crimson #DF0F31
RGB
CMYK
RGB Variations
Color information
#DF0F31 (or 0xDF0F31) is known color: Crimson. HEX triplet: DF, 0F and 31. RGB value is (223,15,49). Sum of RGB (Red+Green+Blue) = 223+15+49=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F31 is #20F0CE. Grayscale: #515151. Windows color (decimal): -2158799 or 3215327. OLE color: 3215327.
HSL color Cylindrical-coordinate representation of color #DF0F31: hue angle of 350.19º 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 #DF0F31 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 49 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.13 |
| HSL | 350.19º | 0.87% | 0.47% | - |
| HSV(B) | 350.19º | 0.93% | 0.87% | - |
| XYZ | 31.16 | 16.25 | 4.4 | - |
| YUV | 81.07 | 109.91 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 49 | 0 | 0.93 | 0.78 | 0.13 | 350.19 | 0.87 | 0.47 |
| Hex | DF | F | 31 | 0 | 5D | 4E | D | 15E | 57 | 2F |
| Octal | 337 | 17 | 61 | 0 | 135 | 116 | 15 | 536 | 127 | 57 |
| Binary | 11011111 | 1111 | 110001 | 0 | 1011101 | 1001110 | 1101 | 101011110 | 1010111 | 101111 |
Color Harmonies of #DF0F31
Complementary color
Monochromatic Colors of #DF0F31
Black with #DF0F31
Text Example
Text Example
White with #DF0F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F31; }
p { color: rgb(223,15,49); }
H1.HeaderClassName
{
color: #DF0F31;
}
.AnyTagClassName
{
color: #DF0F31;
}
</style>
background-color css
<style>
a { background-color: #DF0F31; }
a { background-color: rgb(223,15,49); }
div.DivClassName
{
background-color: #DF0F31;
}
.BgClassName
{
background-color: #DF0F31;
}
</style>
border-color css
<style>
span { border-color: #DF0F31; }
span { border-color: rgb(223,15,49); }
td.TdClassName
{
border-color: #DF0F31;
}
.TagClassName
{
border-color: #DF0F31;
}
</style>