Shades of Crimson #D01C49
Tints of Crimson #D01C49
RGB
CMYK
RGB Variations
Color information
#D01C49 (or 0xD01C49) is known color: Crimson. HEX triplet: D0, 1C and 49. RGB value is (208,28,73). Sum of RGB (Red+Green+Blue) = 208+28+73=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C49 is #2FE3B6. Grayscale: #565656. Windows color (decimal): -3138487 or 4791504. OLE color: 4791504.
HSL color Cylindrical-coordinate representation of color #D01C49: hue angle of 345º 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 #D01C49 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 73 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.18 |
| HSL | 345º | 0.76% | 0.46% | - |
| HSV(B) | 345º | 0.87% | 0.82% | - |
| XYZ | 27.63 | 14.72 | 7.69 | - |
| YUV | 86.95 | 120.13 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 73 | 0 | 0.87 | 0.65 | 0.18 | 345 | 0.76 | 0.46 |
| Hex | D0 | 1C | 49 | 0 | 57 | 41 | 12 | 159 | 4C | 2E |
| Octal | 320 | 34 | 111 | 0 | 127 | 101 | 22 | 531 | 114 | 56 |
| Binary | 11010000 | 11100 | 1001001 | 0 | 1010111 | 1000001 | 10010 | 101011001 | 1001100 | 101110 |
Color Harmonies of #D01C49
Complementary color
Monochromatic Colors of #D01C49
Black with #D01C49
Text Example
Text Example
White with #D01C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C49; }
p { color: rgb(208,28,73); }
H1.HeaderClassName
{
color: #D01C49;
}
.AnyTagClassName
{
color: #D01C49;
}
</style>
background-color css
<style>
a { background-color: #D01C49; }
a { background-color: rgb(208,28,73); }
div.DivClassName
{
background-color: #D01C49;
}
.BgClassName
{
background-color: #D01C49;
}
</style>
border-color css
<style>
span { border-color: #D01C49; }
span { border-color: rgb(208,28,73); }
td.TdClassName
{
border-color: #D01C49;
}
.TagClassName
{
border-color: #D01C49;
}
</style>