Shades of Crimson #D70140
Tints of Crimson #D70140
RGB
CMYK
RGB Variations
Color information
#D70140 (or 0xD70140) is known color: Crimson. HEX triplet: D7, 01 and 40. RGB value is (215,1,64). Sum of RGB (Red+Green+Blue) = 215+1+64=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D70140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70140 is #28FEBF. Grayscale: #484848. Windows color (decimal): -2686656 or 4194775. OLE color: 4194775.
HSL color Cylindrical-coordinate representation of color #D70140: hue angle of 342.34º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70140 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.16 |
| HSL | 342.34º | 0.99% | 0.42% | - |
| HSV(B) | 342.34º | 1% | 0.84% | - |
| XYZ | 28.96 | 14.84 | 6.19 | - |
| YUV | 72.17 | 123.4 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 64 | 0 | 1.00 | 0.70 | 0.16 | 342.34 | 0.99 | 0.42 |
| Hex | D7 | 1 | 40 | 0 | 64 | 46 | 10 | 156 | 63 | 2A |
| Octal | 327 | 1 | 100 | 0 | 144 | 106 | 20 | 526 | 143 | 52 |
| Binary | 11010111 | 1 | 1000000 | 0 | 1100100 | 1000110 | 10000 | 101010110 | 1100011 | 101010 |
Color Harmonies of #D70140
Complementary color
Monochromatic Colors of #D70140
Black with #D70140
Text Example
Text Example
White with #D70140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70140; }
p { color: rgb(215,1,64); }
H1.HeaderClassName
{
color: #D70140;
}
.AnyTagClassName
{
color: #D70140;
}
</style>
background-color css
<style>
a { background-color: #D70140; }
a { background-color: rgb(215,1,64); }
div.DivClassName
{
background-color: #D70140;
}
.BgClassName
{
background-color: #D70140;
}
</style>
border-color css
<style>
span { border-color: #D70140; }
span { border-color: rgb(215,1,64); }
td.TdClassName
{
border-color: #D70140;
}
.TagClassName
{
border-color: #D70140;
}
</style>