Shades of Crimson #DC0F46
Tints of Crimson #DC0F46
RGB
CMYK
RGB Variations
Color information
#DC0F46 (or 0xDC0F46) is known color: Crimson. HEX triplet: DC, 0F and 46. RGB value is (220,15,70). Sum of RGB (Red+Green+Blue) = 220+15+70=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0F46 is #23F0B9. Grayscale: #525252. Windows color (decimal): -2355386 or 4591580. OLE color: 4591580.
HSL color Cylindrical-coordinate representation of color #DC0F46: hue angle of 343.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F46 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 70 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.14 |
| HSL | 343.9º | 0.87% | 0.46% | - |
| HSV(B) | 343.9º | 0.93% | 0.86% | - |
| XYZ | 30.79 | 16 | 7.26 | - |
| YUV | 82.57 | 120.92 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 70 | 0 | 0.93 | 0.68 | 0.14 | 343.9 | 0.87 | 0.46 |
| Hex | DC | F | 46 | 0 | 5D | 44 | E | 158 | 57 | 2E |
| Octal | 334 | 17 | 106 | 0 | 135 | 104 | 16 | 530 | 127 | 56 |
| Binary | 11011100 | 1111 | 1000110 | 0 | 1011101 | 1000100 | 1110 | 101011000 | 1010111 | 101110 |
Color Harmonies of #DC0F46
Complementary color
Monochromatic Colors of #DC0F46
Black with #DC0F46
Text Example
Text Example
White with #DC0F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F46; }
p { color: rgb(220,15,70); }
H1.HeaderClassName
{
color: #DC0F46;
}
.AnyTagClassName
{
color: #DC0F46;
}
</style>
background-color css
<style>
a { background-color: #DC0F46; }
a { background-color: rgb(220,15,70); }
div.DivClassName
{
background-color: #DC0F46;
}
.BgClassName
{
background-color: #DC0F46;
}
</style>
border-color css
<style>
span { border-color: #DC0F46; }
span { border-color: rgb(220,15,70); }
td.TdClassName
{
border-color: #DC0F46;
}
.TagClassName
{
border-color: #DC0F46;
}
</style>