Shades of Crimson #DF0C47
Tints of Crimson #DF0C47
RGB
CMYK
RGB Variations
Color information
#DF0C47 (or 0xDF0C47) is known color: Crimson. HEX triplet: DF, 0C and 47. RGB value is (223,12,71). Sum of RGB (Red+Green+Blue) = 223+12+71=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C47 is #20F3B8. Grayscale: #515151. Windows color (decimal): -2159545 or 4656351. OLE color: 4656351.
HSL color Cylindrical-coordinate representation of color #DF0C47: hue angle of 343.22º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0C47 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 71 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.13 |
| HSL | 343.22º | 0.9% | 0.46% | - |
| HSV(B) | 343.22º | 0.95% | 0.87% | - |
| XYZ | 31.7 | 16.41 | 7.46 | - |
| YUV | 81.82 | 121.9 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 71 | 0 | 0.95 | 0.68 | 0.13 | 343.22 | 0.9 | 0.46 |
| Hex | DF | C | 47 | 0 | 5F | 44 | D | 157 | 5A | 2E |
| Octal | 337 | 14 | 107 | 0 | 137 | 104 | 15 | 527 | 132 | 56 |
| Binary | 11011111 | 1100 | 1000111 | 0 | 1011111 | 1000100 | 1101 | 101010111 | 1011010 | 101110 |
Color Harmonies of #DF0C47
Complementary color
Monochromatic Colors of #DF0C47
Black with #DF0C47
Text Example
Text Example
White with #DF0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C47; }
p { color: rgb(223,12,71); }
H1.HeaderClassName
{
color: #DF0C47;
}
.AnyTagClassName
{
color: #DF0C47;
}
</style>
background-color css
<style>
a { background-color: #DF0C47; }
a { background-color: rgb(223,12,71); }
div.DivClassName
{
background-color: #DF0C47;
}
.BgClassName
{
background-color: #DF0C47;
}
</style>
border-color css
<style>
span { border-color: #DF0C47; }
span { border-color: rgb(223,12,71); }
td.TdClassName
{
border-color: #DF0C47;
}
.TagClassName
{
border-color: #DF0C47;
}
</style>