Shades of Crimson #D00140
Tints of Crimson #D00140
RGB
CMYK
RGB Variations
Color information
#D00140 (or 0xD00140) is known color: Crimson. HEX triplet: D0, 01 and 40. RGB value is (208,1,64). Sum of RGB (Red+Green+Blue) = 208+1+64=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D00140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00140 is #2FFEBF. Grayscale: #464646. Windows color (decimal): -3145408 or 4194768. OLE color: 4194768.
HSL color Cylindrical-coordinate representation of color #D00140: hue angle of 341.74º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00140 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.69 | 0.18 |
| HSL | 341.74º | 0.99% | 0.41% | - |
| HSV(B) | 341.74º | 1% | 0.82% | - |
| XYZ | 26.95 | 13.8 | 6.09 | - |
| YUV | 70.08 | 124.58 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 64 | 0 | 1.00 | 0.69 | 0.18 | 341.74 | 0.99 | 0.41 |
| Hex | D0 | 1 | 40 | 0 | 64 | 45 | 12 | 156 | 63 | 29 |
| Octal | 320 | 1 | 100 | 0 | 144 | 105 | 22 | 526 | 143 | 51 |
| Binary | 11010000 | 1 | 1000000 | 0 | 1100100 | 1000101 | 10010 | 101010110 | 1100011 | 101001 |
Color Harmonies of #D00140
Complementary color
Monochromatic Colors of #D00140
Black with #D00140
Text Example
Text Example
White with #D00140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00140; }
p { color: rgb(208,1,64); }
H1.HeaderClassName
{
color: #D00140;
}
.AnyTagClassName
{
color: #D00140;
}
</style>
background-color css
<style>
a { background-color: #D00140; }
a { background-color: rgb(208,1,64); }
div.DivClassName
{
background-color: #D00140;
}
.BgClassName
{
background-color: #D00140;
}
</style>
border-color css
<style>
span { border-color: #D00140; }
span { border-color: rgb(208,1,64); }
td.TdClassName
{
border-color: #D00140;
}
.TagClassName
{
border-color: #D00140;
}
</style>