Shades of Crimson #D01540
Tints of Crimson #D01540
RGB
CMYK
RGB Variations
Color information
#D01540 (or 0xD01540) is known color: Crimson. HEX triplet: D0, 15 and 40. RGB value is (208,21,64). Sum of RGB (Red+Green+Blue) = 208+21+64=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D01540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01540 is #2FEABF. Grayscale: #515151. Windows color (decimal): -3140288 or 4199888. OLE color: 4199888.
HSL color Cylindrical-coordinate representation of color #D01540: hue angle of 346.2º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01540 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 21 | 64 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.18 |
| HSL | 346.2º | 0.82% | 0.45% | - |
| HSV(B) | 346.2º | 0.9% | 0.82% | - |
| XYZ | 27.21 | 14.32 | 6.18 | - |
| YUV | 81.82 | 117.95 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 21 | 64 | 0 | 0.90 | 0.69 | 0.18 | 346.2 | 0.82 | 0.45 |
| Hex | D0 | 15 | 40 | 0 | 5A | 45 | 12 | 15A | 52 | 2D |
| Octal | 320 | 25 | 100 | 0 | 132 | 105 | 22 | 532 | 122 | 55 |
| Binary | 11010000 | 10101 | 1000000 | 0 | 1011010 | 1000101 | 10010 | 101011010 | 1010010 | 101101 |
Color Harmonies of #D01540
Complementary color
Monochromatic Colors of #D01540
Black with #D01540
Text Example
Text Example
White with #D01540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01540; }
p { color: rgb(208,21,64); }
H1.HeaderClassName
{
color: #D01540;
}
.AnyTagClassName
{
color: #D01540;
}
</style>
background-color css
<style>
a { background-color: #D01540; }
a { background-color: rgb(208,21,64); }
div.DivClassName
{
background-color: #D01540;
}
.BgClassName
{
background-color: #D01540;
}
</style>
border-color css
<style>
span { border-color: #D01540; }
span { border-color: rgb(208,21,64); }
td.TdClassName
{
border-color: #D01540;
}
.TagClassName
{
border-color: #D01540;
}
</style>