Shades of Crimson #D40031
Tints of Crimson #D40031
RGB
CMYK
RGB Variations
Color information
#D40031 (or 0xD40031) is known color: Crimson. HEX triplet: D4, 00 and 31. RGB value is (212,0,49). Sum of RGB (Red+Green+Blue) = 212+0+49=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D40031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40031 is #2BFFCE. Grayscale: #444444. Windows color (decimal): -2883535 or 3211476. OLE color: 3211476.
HSL color Cylindrical-coordinate representation of color #D40031: hue angle of 346.13º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40031 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.77 | 0.17 |
| HSL | 346.13º | 1% | 0.42% | - |
| HSV(B) | 346.13º | 1% | 0.83% | - |
| XYZ | 27.71 | 14.22 | 4.19 | - |
| YUV | 68.97 | 116.74 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 49 | 0 | 1 | 0.77 | 0.17 | 346.13 | 1 | 0.42 |
| Hex | D4 | 0 | 31 | 0 | 64 | 4D | 11 | 15A | 64 | 2A |
| Octal | 324 | 0 | 61 | 0 | 144 | 115 | 21 | 532 | 144 | 52 |
| Binary | 11010100 | 0 | 110001 | 0 | 1100100 | 1001101 | 10001 | 101011010 | 1100100 | 101010 |
Color Harmonies of #D40031
Complementary color
Monochromatic Colors of #D40031
Black with #D40031
Text Example
Text Example
White with #D40031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40031; }
p { color: rgb(212,0,49); }
H1.HeaderClassName
{
color: #D40031;
}
.AnyTagClassName
{
color: #D40031;
}
</style>
background-color css
<style>
a { background-color: #D40031; }
a { background-color: rgb(212,0,49); }
div.DivClassName
{
background-color: #D40031;
}
.BgClassName
{
background-color: #D40031;
}
</style>
border-color css
<style>
span { border-color: #D40031; }
span { border-color: rgb(212,0,49); }
td.TdClassName
{
border-color: #D40031;
}
.TagClassName
{
border-color: #D40031;
}
</style>