Shades of Crimson #DF0C45
Tints of Crimson #DF0C45
RGB
CMYK
RGB Variations
Color information
#DF0C45 (or 0xDF0C45) is known color: Crimson. HEX triplet: DF, 0C and 45. RGB value is (223,12,69). Sum of RGB (Red+Green+Blue) = 223+12+69=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C45 is #20F3BA. Grayscale: #515151. Windows color (decimal): -2159547 or 4525279. OLE color: 4525279.
HSL color Cylindrical-coordinate representation of color #DF0C45: hue angle of 343.79º 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 #DF0C45 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 69 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.13 |
| HSL | 343.79º | 0.9% | 0.46% | - |
| HSV(B) | 343.79º | 0.95% | 0.87% | - |
| XYZ | 31.64 | 16.38 | 7.12 | - |
| YUV | 81.59 | 120.9 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 69 | 0 | 0.95 | 0.69 | 0.13 | 343.79 | 0.9 | 0.46 |
| Hex | DF | C | 45 | 0 | 5F | 45 | D | 158 | 5A | 2E |
| Octal | 337 | 14 | 105 | 0 | 137 | 105 | 15 | 530 | 132 | 56 |
| Binary | 11011111 | 1100 | 1000101 | 0 | 1011111 | 1000101 | 1101 | 101011000 | 1011010 | 101110 |
Color Harmonies of #DF0C45
Complementary color
Monochromatic Colors of #DF0C45
Black with #DF0C45
Text Example
Text Example
White with #DF0C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C45; }
p { color: rgb(223,12,69); }
H1.HeaderClassName
{
color: #DF0C45;
}
.AnyTagClassName
{
color: #DF0C45;
}
</style>
background-color css
<style>
a { background-color: #DF0C45; }
a { background-color: rgb(223,12,69); }
div.DivClassName
{
background-color: #DF0C45;
}
.BgClassName
{
background-color: #DF0C45;
}
</style>
border-color css
<style>
span { border-color: #DF0C45; }
span { border-color: rgb(223,12,69); }
td.TdClassName
{
border-color: #DF0C45;
}
.TagClassName
{
border-color: #DF0C45;
}
</style>