Shades of Crimson #D50031
Tints of Crimson #D50031
RGB
CMYK
RGB Variations
Color information
#D50031 (or 0xD50031) is known color: Crimson. HEX triplet: D5, 00 and 31. RGB value is (213,0,49). Sum of RGB (Red+Green+Blue) = 213+0+49=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D50031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50031 is #2AFFCE. Grayscale: #454545. Windows color (decimal): -2817999 or 3211477. OLE color: 3211477.
HSL color Cylindrical-coordinate representation of color #D50031: hue angle of 346.2º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50031 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.77 | 0.16 |
| HSL | 346.2º | 1% | 0.42% | - |
| HSV(B) | 346.2º | 1% | 0.84% | - |
| XYZ | 27.99 | 14.37 | 4.2 | - |
| YUV | 69.27 | 116.57 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 49 | 0 | 1 | 0.77 | 0.16 | 346.2 | 1 | 0.42 |
| Hex | D5 | 0 | 31 | 0 | 64 | 4D | 10 | 15A | 64 | 2A |
| Octal | 325 | 0 | 61 | 0 | 144 | 115 | 20 | 532 | 144 | 52 |
| Binary | 11010101 | 0 | 110001 | 0 | 1100100 | 1001101 | 10000 | 101011010 | 1100100 | 101010 |
Color Harmonies of #D50031
Complementary color
Monochromatic Colors of #D50031
Black with #D50031
Text Example
Text Example
White with #D50031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50031; }
p { color: rgb(213,0,49); }
H1.HeaderClassName
{
color: #D50031;
}
.AnyTagClassName
{
color: #D50031;
}
</style>
background-color css
<style>
a { background-color: #D50031; }
a { background-color: rgb(213,0,49); }
div.DivClassName
{
background-color: #D50031;
}
.BgClassName
{
background-color: #D50031;
}
</style>
border-color css
<style>
span { border-color: #D50031; }
span { border-color: rgb(213,0,49); }
td.TdClassName
{
border-color: #D50031;
}
.TagClassName
{
border-color: #D50031;
}
</style>