Shades of Crimson #D01946
Tints of Crimson #D01946
RGB
CMYK
RGB Variations
Color information
#D01946 (or 0xD01946) is known color: Crimson. HEX triplet: D0, 19 and 46. RGB value is (208,25,70). Sum of RGB (Red+Green+Blue) = 208+25+70=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D01946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01946 is #2FE6B9. Grayscale: #545454. Windows color (decimal): -3139258 or 4594128. OLE color: 4594128.
HSL color Cylindrical-coordinate representation of color #D01946: hue angle of 345.25º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01946 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 70 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.18 |
| HSL | 345.25º | 0.79% | 0.46% | - |
| HSV(B) | 345.25º | 0.88% | 0.82% | - |
| XYZ | 27.47 | 14.55 | 7.15 | - |
| YUV | 84.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 70 | 0 | 0.88 | 0.66 | 0.18 | 345.25 | 0.79 | 0.46 |
| Hex | D0 | 19 | 46 | 0 | 58 | 42 | 12 | 159 | 4F | 2E |
| Octal | 320 | 31 | 106 | 0 | 130 | 102 | 22 | 531 | 117 | 56 |
| Binary | 11010000 | 11001 | 1000110 | 0 | 1011000 | 1000010 | 10010 | 101011001 | 1001111 | 101110 |
Color Harmonies of #D01946
Complementary color
Monochromatic Colors of #D01946
Black with #D01946
Text Example
Text Example
White with #D01946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01946; }
p { color: rgb(208,25,70); }
H1.HeaderClassName
{
color: #D01946;
}
.AnyTagClassName
{
color: #D01946;
}
</style>
background-color css
<style>
a { background-color: #D01946; }
a { background-color: rgb(208,25,70); }
div.DivClassName
{
background-color: #D01946;
}
.BgClassName
{
background-color: #D01946;
}
</style>
border-color css
<style>
span { border-color: #D01946; }
span { border-color: rgb(208,25,70); }
td.TdClassName
{
border-color: #D01946;
}
.TagClassName
{
border-color: #D01946;
}
</style>