Shades of Crimson #D00041
Tints of Crimson #D00041
RGB
CMYK
RGB Variations
Color information
#D00041 (or 0xD00041) is known color: Crimson. HEX triplet: D0, 00 and 41. RGB value is (208,0,65). Sum of RGB (Red+Green+Blue) = 208+0+65=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D00041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00041 is #2FFFBE. Grayscale: #454545. Windows color (decimal): -3145663 or 4260048. OLE color: 4260048.
HSL color Cylindrical-coordinate representation of color #D00041: hue angle of 341.25º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00041 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.69 | 0.18 |
| HSL | 341.25º | 1% | 0.41% | - |
| HSV(B) | 341.25º | 1% | 0.82% | - |
| XYZ | 26.97 | 13.79 | 6.24 | - |
| YUV | 69.6 | 125.41 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 65 | 0 | 1 | 0.69 | 0.18 | 341.25 | 1 | 0.41 |
| Hex | D0 | 0 | 41 | 0 | 64 | 45 | 12 | 155 | 64 | 29 |
| Octal | 320 | 0 | 101 | 0 | 144 | 105 | 22 | 525 | 144 | 51 |
| Binary | 11010000 | 0 | 1000001 | 0 | 1100100 | 1000101 | 10010 | 101010101 | 1100100 | 101001 |
Color Harmonies of #D00041
Complementary color
Monochromatic Colors of #D00041
Black with #D00041
Text Example
Text Example
White with #D00041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00041; }
p { color: rgb(208,0,65); }
H1.HeaderClassName
{
color: #D00041;
}
.AnyTagClassName
{
color: #D00041;
}
</style>
background-color css
<style>
a { background-color: #D00041; }
a { background-color: rgb(208,0,65); }
div.DivClassName
{
background-color: #D00041;
}
.BgClassName
{
background-color: #D00041;
}
</style>
border-color css
<style>
span { border-color: #D00041; }
span { border-color: rgb(208,0,65); }
td.TdClassName
{
border-color: #D00041;
}
.TagClassName
{
border-color: #D00041;
}
</style>