Shades of Crimson #D00A40
Tints of Crimson #D00A40
RGB
CMYK
RGB Variations
Color information
#D00A40 (or 0xD00A40) is known color: Crimson. HEX triplet: D0, 0A and 40. RGB value is (208,10,64). Sum of RGB (Red+Green+Blue) = 208+10+64=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A40 is #2FF5BF. Grayscale: #4B4B4B. Windows color (decimal): -3143104 or 4197072. OLE color: 4197072.
HSL color Cylindrical-coordinate representation of color #D00A40: hue angle of 343.64º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A40 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 64 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.18 |
| HSL | 343.64º | 0.91% | 0.43% | - |
| HSV(B) | 343.64º | 0.95% | 0.82% | - |
| XYZ | 27.05 | 14 | 6.13 | - |
| YUV | 75.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 64 | 0 | 0.95 | 0.69 | 0.18 | 343.64 | 0.91 | 0.43 |
| Hex | D0 | A | 40 | 0 | 5F | 45 | 12 | 158 | 5B | 2B |
| Octal | 320 | 12 | 100 | 0 | 137 | 105 | 22 | 530 | 133 | 53 |
| Binary | 11010000 | 1010 | 1000000 | 0 | 1011111 | 1000101 | 10010 | 101011000 | 1011011 | 101011 |
Color Harmonies of #D00A40
Complementary color
Monochromatic Colors of #D00A40
Black with #D00A40
Text Example
Text Example
White with #D00A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A40; }
p { color: rgb(208,10,64); }
H1.HeaderClassName
{
color: #D00A40;
}
.AnyTagClassName
{
color: #D00A40;
}
</style>
background-color css
<style>
a { background-color: #D00A40; }
a { background-color: rgb(208,10,64); }
div.DivClassName
{
background-color: #D00A40;
}
.BgClassName
{
background-color: #D00A40;
}
</style>
border-color css
<style>
span { border-color: #D00A40; }
span { border-color: rgb(208,10,64); }
td.TdClassName
{
border-color: #D00A40;
}
.TagClassName
{
border-color: #D00A40;
}
</style>