Shades of Crimson #DF0831
Tints of Crimson #DF0831
RGB
CMYK
RGB Variations
Color information
#DF0831 (or 0xDF0831) is known color: Crimson. HEX triplet: DF, 08 and 31. RGB value is (223,8,49). Sum of RGB (Red+Green+Blue) = 223+8+49=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0831 is #20F7CE. Grayscale: #4D4D4D. Windows color (decimal): -2160591 or 3213535. OLE color: 3213535.
HSL color Cylindrical-coordinate representation of color #DF0831: hue angle of 348.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0831 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.13 |
| HSL | 348.56º | 0.93% | 0.45% | - |
| HSV(B) | 348.56º | 0.96% | 0.87% | - |
| XYZ | 31.07 | 16.08 | 4.37 | - |
| YUV | 76.96 | 112.23 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 49 | 0 | 0.96 | 0.78 | 0.13 | 348.56 | 0.93 | 0.45 |
| Hex | DF | 8 | 31 | 0 | 60 | 4E | D | 15D | 5D | 2D |
| Octal | 337 | 10 | 61 | 0 | 140 | 116 | 15 | 535 | 135 | 55 |
| Binary | 11011111 | 1000 | 110001 | 0 | 1100000 | 1001110 | 1101 | 101011101 | 1011101 | 101101 |
Color Harmonies of #DF0831
Complementary color
Monochromatic Colors of #DF0831
Black with #DF0831
Text Example
Text Example
White with #DF0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0831; }
p { color: rgb(223,8,49); }
H1.HeaderClassName
{
color: #DF0831;
}
.AnyTagClassName
{
color: #DF0831;
}
</style>
background-color css
<style>
a { background-color: #DF0831; }
a { background-color: rgb(223,8,49); }
div.DivClassName
{
background-color: #DF0831;
}
.BgClassName
{
background-color: #DF0831;
}
</style>
border-color css
<style>
span { border-color: #DF0831; }
span { border-color: rgb(223,8,49); }
td.TdClassName
{
border-color: #DF0831;
}
.TagClassName
{
border-color: #DF0831;
}
</style>