Shades of Crimson #D01041
Tints of Crimson #D01041
RGB
CMYK
RGB Variations
Color information
#D01041 (or 0xD01041) is known color: Crimson. HEX triplet: D0, 10 and 41. RGB value is (208,16,65). Sum of RGB (Red+Green+Blue) = 208+16+65=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D01041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01041 is #2FEFBE. Grayscale: #4E4E4E. Windows color (decimal): -3141567 or 4264144. OLE color: 4264144.
HSL color Cylindrical-coordinate representation of color #D01041: hue angle of 344.69º 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 #D01041 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 16 | 65 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.18 |
| HSL | 344.69º | 0.86% | 0.44% | - |
| HSV(B) | 344.69º | 0.92% | 0.82% | - |
| XYZ | 27.15 | 14.16 | 6.3 | - |
| YUV | 78.99 | 120.11 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 16 | 65 | 0 | 0.92 | 0.69 | 0.18 | 344.69 | 0.86 | 0.44 |
| Hex | D0 | 10 | 41 | 0 | 5C | 45 | 12 | 159 | 56 | 2C |
| Octal | 320 | 20 | 101 | 0 | 134 | 105 | 22 | 531 | 126 | 54 |
| Binary | 11010000 | 10000 | 1000001 | 0 | 1011100 | 1000101 | 10010 | 101011001 | 1010110 | 101100 |
Color Harmonies of #D01041
Complementary color
Monochromatic Colors of #D01041
Black with #D01041
Text Example
Text Example
White with #D01041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01041; }
p { color: rgb(208,16,65); }
H1.HeaderClassName
{
color: #D01041;
}
.AnyTagClassName
{
color: #D01041;
}
</style>
background-color css
<style>
a { background-color: #D01041; }
a { background-color: rgb(208,16,65); }
div.DivClassName
{
background-color: #D01041;
}
.BgClassName
{
background-color: #D01041;
}
</style>
border-color css
<style>
span { border-color: #D01041; }
span { border-color: rgb(208,16,65); }
td.TdClassName
{
border-color: #D01041;
}
.TagClassName
{
border-color: #D01041;
}
</style>