Shades of Crimson #D30140
Tints of Crimson #D30140
RGB
CMYK
RGB Variations
Color information
#D30140 (or 0xD30140) is known color: Crimson. HEX triplet: D3, 01 and 40. RGB value is (211,1,64). Sum of RGB (Red+Green+Blue) = 211+1+64=276 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.45% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 211 - color contains mainly: red. Hex color #D30140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30140 is #2CFEBF. Grayscale: #464646. Windows color (decimal): -2948800 or 4194771. OLE color: 4194771.
HSL color Cylindrical-coordinate representation of color #D30140: hue angle of 342º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30140 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.17 |
| HSL | 342º | 0.99% | 0.42% | - |
| HSV(B) | 342º | 1% | 0.83% | - |
| XYZ | 27.8 | 14.24 | 6.13 | - |
| YUV | 70.97 | 124.07 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 64 | 0 | 1.00 | 0.70 | 0.17 | 342 | 0.99 | 0.42 |
| Hex | D3 | 1 | 40 | 0 | 64 | 46 | 11 | 156 | 63 | 2A |
| Octal | 323 | 1 | 100 | 0 | 144 | 106 | 21 | 526 | 143 | 52 |
| Binary | 11010011 | 1 | 1000000 | 0 | 1100100 | 1000110 | 10001 | 101010110 | 1100011 | 101010 |
Color Harmonies of #D30140
Complementary color
Monochromatic Colors of #D30140
Black with #D30140
Text Example
Text Example
White with #D30140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30140; }
p { color: rgb(211,1,64); }
H1.HeaderClassName
{
color: #D30140;
}
.AnyTagClassName
{
color: #D30140;
}
</style>
background-color css
<style>
a { background-color: #D30140; }
a { background-color: rgb(211,1,64); }
div.DivClassName
{
background-color: #D30140;
}
.BgClassName
{
background-color: #D30140;
}
</style>
border-color css
<style>
span { border-color: #D30140; }
span { border-color: rgb(211,1,64); }
td.TdClassName
{
border-color: #D30140;
}
.TagClassName
{
border-color: #D30140;
}
</style>