Shades of Crimson #DF0C35
Tints of Crimson #DF0C35
RGB
CMYK
RGB Variations
Color information
#DF0C35 (or 0xDF0C35) is known color: Crimson. HEX triplet: DF, 0C and 35. RGB value is (223,12,53). Sum of RGB (Red+Green+Blue) = 223+12+53=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C35 is #20F3CA. Grayscale: #4F4F4F. Windows color (decimal): -2159563 or 3476703. OLE color: 3476703.
HSL color Cylindrical-coordinate representation of color #DF0C35: hue angle of 348.34º 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 #DF0C35 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 53 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.13 |
| HSL | 348.34º | 0.9% | 0.46% | - |
| HSV(B) | 348.34º | 0.95% | 0.87% | - |
| XYZ | 31.21 | 16.21 | 4.85 | - |
| YUV | 79.76 | 112.9 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 53 | 0 | 0.95 | 0.76 | 0.13 | 348.34 | 0.9 | 0.46 |
| Hex | DF | C | 35 | 0 | 5F | 4C | D | 15C | 5A | 2E |
| Octal | 337 | 14 | 65 | 0 | 137 | 114 | 15 | 534 | 132 | 56 |
| Binary | 11011111 | 1100 | 110101 | 0 | 1011111 | 1001100 | 1101 | 101011100 | 1011010 | 101110 |
Color Harmonies of #DF0C35
Complementary color
Monochromatic Colors of #DF0C35
Black with #DF0C35
Text Example
Text Example
White with #DF0C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C35; }
p { color: rgb(223,12,53); }
H1.HeaderClassName
{
color: #DF0C35;
}
.AnyTagClassName
{
color: #DF0C35;
}
</style>
background-color css
<style>
a { background-color: #DF0C35; }
a { background-color: rgb(223,12,53); }
div.DivClassName
{
background-color: #DF0C35;
}
.BgClassName
{
background-color: #DF0C35;
}
</style>
border-color css
<style>
span { border-color: #DF0C35; }
span { border-color: rgb(223,12,53); }
td.TdClassName
{
border-color: #DF0C35;
}
.TagClassName
{
border-color: #DF0C35;
}
</style>