Shades of Crimson #DF0D30
Tints of Crimson #DF0D30
RGB
CMYK
RGB Variations
Color information
#DF0D30 (or 0xDF0D30) is known color: Crimson. HEX triplet: DF, 0D and 30. RGB value is (223,13,48). Sum of RGB (Red+Green+Blue) = 223+13+48=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0D30 is #20F2CF. Grayscale: #4F4F4F. Windows color (decimal): -2159312 or 3149279. OLE color: 3149279.
HSL color Cylindrical-coordinate representation of color #DF0D30: hue angle of 350º degrees, saturation: 0.89, 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 #DF0D30 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 48 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.13 |
| HSL | 350º | 0.89% | 0.46% | - |
| HSV(B) | 350º | 0.94% | 0.87% | - |
| XYZ | 31.11 | 16.19 | 4.28 | - |
| YUV | 79.78 | 110.07 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 48 | 0 | 0.94 | 0.78 | 0.13 | 350 | 0.89 | 0.46 |
| Hex | DF | D | 30 | 0 | 5E | 4E | D | 15E | 59 | 2E |
| Octal | 337 | 15 | 60 | 0 | 136 | 116 | 15 | 536 | 131 | 56 |
| Binary | 11011111 | 1101 | 110000 | 0 | 1011110 | 1001110 | 1101 | 101011110 | 1011001 | 101110 |
Color Harmonies of #DF0D30
Complementary color
Monochromatic Colors of #DF0D30
Black with #DF0D30
Text Example
Text Example
White with #DF0D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D30; }
p { color: rgb(223,13,48); }
H1.HeaderClassName
{
color: #DF0D30;
}
.AnyTagClassName
{
color: #DF0D30;
}
</style>
background-color css
<style>
a { background-color: #DF0D30; }
a { background-color: rgb(223,13,48); }
div.DivClassName
{
background-color: #DF0D30;
}
.BgClassName
{
background-color: #DF0D30;
}
</style>
border-color css
<style>
span { border-color: #DF0D30; }
span { border-color: rgb(223,13,48); }
td.TdClassName
{
border-color: #DF0D30;
}
.TagClassName
{
border-color: #DF0D30;
}
</style>