Shades of Crimson #DF0D36
Tints of Crimson #DF0D36
RGB
CMYK
RGB Variations
Color information
#DF0D36 (or 0xDF0D36) is known color: Crimson. HEX triplet: DF, 0D and 36. RGB value is (223,13,54). Sum of RGB (Red+Green+Blue) = 223+13+54=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0D36 is #20F2C9. Grayscale: #505050. Windows color (decimal): -2159306 or 3542495. OLE color: 3542495.
HSL color Cylindrical-coordinate representation of color #DF0D36: hue angle of 348.29º 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 #DF0D36 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 54 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.13 |
| HSL | 348.29º | 0.89% | 0.46% | - |
| HSV(B) | 348.29º | 0.94% | 0.87% | - |
| XYZ | 31.24 | 16.24 | 4.98 | - |
| YUV | 80.46 | 113.07 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 54 | 0 | 0.94 | 0.76 | 0.13 | 348.29 | 0.89 | 0.46 |
| Hex | DF | D | 36 | 0 | 5E | 4C | D | 15C | 59 | 2E |
| Octal | 337 | 15 | 66 | 0 | 136 | 114 | 15 | 534 | 131 | 56 |
| Binary | 11011111 | 1101 | 110110 | 0 | 1011110 | 1001100 | 1101 | 101011100 | 1011001 | 101110 |
Color Harmonies of #DF0D36
Complementary color
Monochromatic Colors of #DF0D36
Black with #DF0D36
Text Example
Text Example
White with #DF0D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D36; }
p { color: rgb(223,13,54); }
H1.HeaderClassName
{
color: #DF0D36;
}
.AnyTagClassName
{
color: #DF0D36;
}
</style>
background-color css
<style>
a { background-color: #DF0D36; }
a { background-color: rgb(223,13,54); }
div.DivClassName
{
background-color: #DF0D36;
}
.BgClassName
{
background-color: #DF0D36;
}
</style>
border-color css
<style>
span { border-color: #DF0D36; }
span { border-color: rgb(223,13,54); }
td.TdClassName
{
border-color: #DF0D36;
}
.TagClassName
{
border-color: #DF0D36;
}
</style>