Shades of Crimson #D00540
Tints of Crimson #D00540
RGB
CMYK
RGB Variations
Color information
#D00540 (or 0xD00540) is known color: Crimson. HEX triplet: D0, 05 and 40. RGB value is (208,5,64). Sum of RGB (Red+Green+Blue) = 208+5+64=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D00540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00540 is #2FFABF. Grayscale: #484848. Windows color (decimal): -3144384 or 4195792. OLE color: 4195792.
HSL color Cylindrical-coordinate representation of color #D00540: hue angle of 342.56º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00540 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 64 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.18 |
| HSL | 342.56º | 0.95% | 0.42% | - |
| HSV(B) | 342.56º | 0.98% | 0.82% | - |
| XYZ | 26.99 | 13.89 | 6.11 | - |
| YUV | 72.42 | 123.25 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 64 | 0 | 0.98 | 0.69 | 0.18 | 342.56 | 0.95 | 0.42 |
| Hex | D0 | 5 | 40 | 0 | 62 | 45 | 12 | 157 | 5F | 2A |
| Octal | 320 | 5 | 100 | 0 | 142 | 105 | 22 | 527 | 137 | 52 |
| Binary | 11010000 | 101 | 1000000 | 0 | 1100010 | 1000101 | 10010 | 101010111 | 1011111 | 101010 |
Color Harmonies of #D00540
Complementary color
Monochromatic Colors of #D00540
Black with #D00540
Text Example
Text Example
White with #D00540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00540; }
p { color: rgb(208,5,64); }
H1.HeaderClassName
{
color: #D00540;
}
.AnyTagClassName
{
color: #D00540;
}
</style>
background-color css
<style>
a { background-color: #D00540; }
a { background-color: rgb(208,5,64); }
div.DivClassName
{
background-color: #D00540;
}
.BgClassName
{
background-color: #D00540;
}
</style>
border-color css
<style>
span { border-color: #D00540; }
span { border-color: rgb(208,5,64); }
td.TdClassName
{
border-color: #D00540;
}
.TagClassName
{
border-color: #D00540;
}
</style>