Shades of Crimson #D01040
Tints of Crimson #D01040
RGB
CMYK
RGB Variations
Color information
#D01040 (or 0xD01040) is known color: Crimson. HEX triplet: D0, 10 and 40. RGB value is (208,16,64). Sum of RGB (Red+Green+Blue) = 208+16+64=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D01040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01040 is #2FEFBF. Grayscale: #4E4E4E. Windows color (decimal): -3141568 or 4198608. OLE color: 4198608.
HSL color Cylindrical-coordinate representation of color #D01040: hue angle of 345º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01040 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 64 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.18 |
| HSL | 345º | 0.86% | 0.44% | - |
| HSV(B) | 345º | 0.92% | 0.82% | - |
| XYZ | 27.12 | 14.15 | 6.15 | - |
| YUV | 78.88 | 119.61 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 64 | 0 | 0.92 | 0.69 | 0.18 | 345 | 0.86 | 0.44 |
| Hex | D0 | 10 | 40 | 0 | 5C | 45 | 12 | 159 | 56 | 2C |
| Octal | 320 | 20 | 100 | 0 | 134 | 105 | 22 | 531 | 126 | 54 |
| Binary | 11010000 | 10000 | 1000000 | 0 | 1011100 | 1000101 | 10010 | 101011001 | 1010110 | 101100 |
Color Harmonies of #D01040
Complementary color
Monochromatic Colors of #D01040
Black with #D01040
Text Example
Text Example
White with #D01040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01040; }
p { color: rgb(208,16,64); }
H1.HeaderClassName
{
color: #D01040;
}
.AnyTagClassName
{
color: #D01040;
}
</style>
background-color css
<style>
a { background-color: #D01040; }
a { background-color: rgb(208,16,64); }
div.DivClassName
{
background-color: #D01040;
}
.BgClassName
{
background-color: #D01040;
}
</style>
border-color css
<style>
span { border-color: #D01040; }
span { border-color: rgb(208,16,64); }
td.TdClassName
{
border-color: #D01040;
}
.TagClassName
{
border-color: #D01040;
}
</style>