Shades of Crimson #DF0D39
Tints of Crimson #DF0D39
RGB
CMYK
RGB Variations
Color information
#DF0D39 (or 0xDF0D39) is known color: Crimson. HEX triplet: DF, 0D and 39. RGB value is (223,13,57). Sum of RGB (Red+Green+Blue) = 223+13+57=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0D39 is #20F2C6. Grayscale: #505050. Windows color (decimal): -2159303 or 3739103. OLE color: 3739103.
HSL color Cylindrical-coordinate representation of color #DF0D39: hue angle of 347.43º 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 #DF0D39 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 57 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.13 |
| HSL | 347.43º | 0.89% | 0.46% | - |
| HSV(B) | 347.43º | 0.94% | 0.87% | - |
| XYZ | 31.31 | 16.27 | 5.36 | - |
| YUV | 80.81 | 114.57 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 57 | 0 | 0.94 | 0.74 | 0.13 | 347.43 | 0.89 | 0.46 |
| Hex | DF | D | 39 | 0 | 5E | 4A | D | 15B | 59 | 2E |
| Octal | 337 | 15 | 71 | 0 | 136 | 112 | 15 | 533 | 131 | 56 |
| Binary | 11011111 | 1101 | 111001 | 0 | 1011110 | 1001010 | 1101 | 101011011 | 1011001 | 101110 |
Color Harmonies of #DF0D39
Complementary color
Monochromatic Colors of #DF0D39
Black with #DF0D39
Text Example
Text Example
White with #DF0D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D39; }
p { color: rgb(223,13,57); }
H1.HeaderClassName
{
color: #DF0D39;
}
.AnyTagClassName
{
color: #DF0D39;
}
</style>
background-color css
<style>
a { background-color: #DF0D39; }
a { background-color: rgb(223,13,57); }
div.DivClassName
{
background-color: #DF0D39;
}
.BgClassName
{
background-color: #DF0D39;
}
</style>
border-color css
<style>
span { border-color: #DF0D39; }
span { border-color: rgb(223,13,57); }
td.TdClassName
{
border-color: #DF0D39;
}
.TagClassName
{
border-color: #DF0D39;
}
</style>