Shades of Crimson #D01C46
Tints of Crimson #D01C46
RGB
CMYK
RGB Variations
Color information
#D01C46 (or 0xD01C46) is known color: Crimson. HEX triplet: D0, 1C and 46. RGB value is (208,28,70). Sum of RGB (Red+Green+Blue) = 208+28+70=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C46 is #2FE3B9. Grayscale: #565656. Windows color (decimal): -3138490 or 4594896. OLE color: 4594896.
HSL color Cylindrical-coordinate representation of color #D01C46: hue angle of 346º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C46 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 70 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.18 |
| HSL | 346º | 0.76% | 0.46% | - |
| HSV(B) | 346º | 0.87% | 0.82% | - |
| XYZ | 27.53 | 14.68 | 7.18 | - |
| YUV | 86.61 | 118.63 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 70 | 0 | 0.87 | 0.66 | 0.18 | 346 | 0.76 | 0.46 |
| Hex | D0 | 1C | 46 | 0 | 57 | 42 | 12 | 15A | 4C | 2E |
| Octal | 320 | 34 | 106 | 0 | 127 | 102 | 22 | 532 | 114 | 56 |
| Binary | 11010000 | 11100 | 1000110 | 0 | 1010111 | 1000010 | 10010 | 101011010 | 1001100 | 101110 |
Color Harmonies of #D01C46
Complementary color
Monochromatic Colors of #D01C46
Black with #D01C46
Text Example
Text Example
White with #D01C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C46; }
p { color: rgb(208,28,70); }
H1.HeaderClassName
{
color: #D01C46;
}
.AnyTagClassName
{
color: #D01C46;
}
</style>
background-color css
<style>
a { background-color: #D01C46; }
a { background-color: rgb(208,28,70); }
div.DivClassName
{
background-color: #D01C46;
}
.BgClassName
{
background-color: #D01C46;
}
</style>
border-color css
<style>
span { border-color: #D01C46; }
span { border-color: rgb(208,28,70); }
td.TdClassName
{
border-color: #D01C46;
}
.TagClassName
{
border-color: #D01C46;
}
</style>