Shades of Crimson #DF0A31
Tints of Crimson #DF0A31
RGB
CMYK
RGB Variations
Color information
#DF0A31 (or 0xDF0A31) is known color: Crimson. HEX triplet: DF, 0A and 31. RGB value is (223,10,49). Sum of RGB (Red+Green+Blue) = 223+10+49=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0A31 is #20F5CE. Grayscale: #4E4E4E. Windows color (decimal): -2160079 or 3214047. OLE color: 3214047.
HSL color Cylindrical-coordinate representation of color #DF0A31: hue angle of 349.01º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A31 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 49 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.13 |
| HSL | 349.01º | 0.91% | 0.46% | - |
| HSV(B) | 349.01º | 0.96% | 0.87% | - |
| XYZ | 31.09 | 16.13 | 4.38 | - |
| YUV | 78.13 | 111.57 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 49 | 0 | 0.96 | 0.78 | 0.13 | 349.01 | 0.91 | 0.46 |
| Hex | DF | A | 31 | 0 | 60 | 4E | D | 15D | 5B | 2E |
| Octal | 337 | 12 | 61 | 0 | 140 | 116 | 15 | 535 | 133 | 56 |
| Binary | 11011111 | 1010 | 110001 | 0 | 1100000 | 1001110 | 1101 | 101011101 | 1011011 | 101110 |
Color Harmonies of #DF0A31
Complementary color
Monochromatic Colors of #DF0A31
Black with #DF0A31
Text Example
Text Example
White with #DF0A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A31; }
p { color: rgb(223,10,49); }
H1.HeaderClassName
{
color: #DF0A31;
}
.AnyTagClassName
{
color: #DF0A31;
}
</style>
background-color css
<style>
a { background-color: #DF0A31; }
a { background-color: rgb(223,10,49); }
div.DivClassName
{
background-color: #DF0A31;
}
.BgClassName
{
background-color: #DF0A31;
}
</style>
border-color css
<style>
span { border-color: #DF0A31; }
span { border-color: rgb(223,10,49); }
td.TdClassName
{
border-color: #DF0A31;
}
.TagClassName
{
border-color: #DF0A31;
}
</style>