Shades of Crimson #D01A40
Tints of Crimson #D01A40
RGB
CMYK
RGB Variations
Color information
#D01A40 (or 0xD01A40) is known color: Crimson. HEX triplet: D0, 1A and 40. RGB value is (208,26,64). Sum of RGB (Red+Green+Blue) = 208+26+64=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01A40 is #2FE5BF. Grayscale: #545454. Windows color (decimal): -3139008 or 4201168. OLE color: 4201168.
HSL color Cylindrical-coordinate representation of color #D01A40: hue angle of 347.47º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A40 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 64 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.18 |
| HSL | 347.47º | 0.78% | 0.46% | - |
| HSV(B) | 347.47º | 0.88% | 0.82% | - |
| XYZ | 27.31 | 14.52 | 6.21 | - |
| YUV | 84.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 64 | 0 | 0.88 | 0.69 | 0.18 | 347.47 | 0.78 | 0.46 |
| Hex | D0 | 1A | 40 | 0 | 58 | 45 | 12 | 15B | 4E | 2E |
| Octal | 320 | 32 | 100 | 0 | 130 | 105 | 22 | 533 | 116 | 56 |
| Binary | 11010000 | 11010 | 1000000 | 0 | 1011000 | 1000101 | 10010 | 101011011 | 1001110 | 101110 |
Color Harmonies of #D01A40
Complementary color
Monochromatic Colors of #D01A40
Black with #D01A40
Text Example
Text Example
White with #D01A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01A40; }
p { color: rgb(208,26,64); }
H1.HeaderClassName
{
color: #D01A40;
}
.AnyTagClassName
{
color: #D01A40;
}
</style>
background-color css
<style>
a { background-color: #D01A40; }
a { background-color: rgb(208,26,64); }
div.DivClassName
{
background-color: #D01A40;
}
.BgClassName
{
background-color: #D01A40;
}
</style>
border-color css
<style>
span { border-color: #D01A40; }
span { border-color: rgb(208,26,64); }
td.TdClassName
{
border-color: #D01A40;
}
.TagClassName
{
border-color: #D01A40;
}
</style>