Shades of Crimson #DF0C40
Tints of Crimson #DF0C40
RGB
CMYK
RGB Variations
Color information
#DF0C40 (or 0xDF0C40) is known color: Crimson. HEX triplet: DF, 0C and 40. RGB value is (223,12,64). Sum of RGB (Red+Green+Blue) = 223+12+64=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C40 is #20F3BF. Grayscale: #515151. Windows color (decimal): -2159552 or 4197599. OLE color: 4197599.
HSL color Cylindrical-coordinate representation of color #DF0C40: hue angle of 345.21º 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 #DF0C40 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 64 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.13 |
| HSL | 345.21º | 0.9% | 0.46% | - |
| HSV(B) | 345.21º | 0.95% | 0.87% | - |
| XYZ | 31.49 | 16.32 | 6.34 | - |
| YUV | 81.02 | 118.4 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 64 | 0 | 0.95 | 0.71 | 0.13 | 345.21 | 0.9 | 0.46 |
| Hex | DF | C | 40 | 0 | 5F | 47 | D | 159 | 5A | 2E |
| Octal | 337 | 14 | 100 | 0 | 137 | 107 | 15 | 531 | 132 | 56 |
| Binary | 11011111 | 1100 | 1000000 | 0 | 1011111 | 1000111 | 1101 | 101011001 | 1011010 | 101110 |
Color Harmonies of #DF0C40
Complementary color
Monochromatic Colors of #DF0C40
Black with #DF0C40
Text Example
Text Example
White with #DF0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C40; }
p { color: rgb(223,12,64); }
H1.HeaderClassName
{
color: #DF0C40;
}
.AnyTagClassName
{
color: #DF0C40;
}
</style>
background-color css
<style>
a { background-color: #DF0C40; }
a { background-color: rgb(223,12,64); }
div.DivClassName
{
background-color: #DF0C40;
}
.BgClassName
{
background-color: #DF0C40;
}
</style>
border-color css
<style>
span { border-color: #DF0C40; }
span { border-color: rgb(223,12,64); }
td.TdClassName
{
border-color: #DF0C40;
}
.TagClassName
{
border-color: #DF0C40;
}
</style>