Shades of Crimson #DF0B31
Tints of Crimson #DF0B31
RGB
CMYK
RGB Variations
Color information
#DF0B31 (or 0xDF0B31) is known color: Crimson. HEX triplet: DF, 0B and 31. RGB value is (223,11,49). Sum of RGB (Red+Green+Blue) = 223+11+49=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0B31 is #20F4CE. Grayscale: #4E4E4E. Windows color (decimal): -2159823 or 3214303. OLE color: 3214303.
HSL color Cylindrical-coordinate representation of color #DF0B31: hue angle of 349.25º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0B31 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 49 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.13 |
| HSL | 349.25º | 0.91% | 0.46% | - |
| HSV(B) | 349.25º | 0.95% | 0.87% | - |
| XYZ | 31.11 | 16.15 | 4.38 | - |
| YUV | 78.72 | 111.24 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 49 | 0 | 0.95 | 0.78 | 0.13 | 349.25 | 0.91 | 0.46 |
| Hex | DF | B | 31 | 0 | 5F | 4E | D | 15D | 5B | 2E |
| Octal | 337 | 13 | 61 | 0 | 137 | 116 | 15 | 535 | 133 | 56 |
| Binary | 11011111 | 1011 | 110001 | 0 | 1011111 | 1001110 | 1101 | 101011101 | 1011011 | 101110 |
Color Harmonies of #DF0B31
Complementary color
Monochromatic Colors of #DF0B31
Black with #DF0B31
Text Example
Text Example
White with #DF0B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B31; }
p { color: rgb(223,11,49); }
H1.HeaderClassName
{
color: #DF0B31;
}
.AnyTagClassName
{
color: #DF0B31;
}
</style>
background-color css
<style>
a { background-color: #DF0B31; }
a { background-color: rgb(223,11,49); }
div.DivClassName
{
background-color: #DF0B31;
}
.BgClassName
{
background-color: #DF0B31;
}
</style>
border-color css
<style>
span { border-color: #DF0B31; }
span { border-color: rgb(223,11,49); }
td.TdClassName
{
border-color: #DF0B31;
}
.TagClassName
{
border-color: #DF0B31;
}
</style>