Shades of Crimson #D50D2F
Tints of Crimson #D50D2F
RGB
CMYK
RGB Variations
Color information
#D50D2F (or 0xD50D2F) is known color: Crimson. HEX triplet: D5, 0D and 2F. RGB value is (213,13,47). Sum of RGB (Red+Green+Blue) = 213+13+47=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D2F is #2AF2D0. Grayscale: #4C4C4C. Windows color (decimal): -2814673 or 3083733. OLE color: 3083733.
HSL color Cylindrical-coordinate representation of color #D50D2F: hue angle of 349.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50D2F is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 47 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.16 |
| HSL | 349.8º | 0.88% | 0.44% | - |
| HSV(B) | 349.8º | 0.94% | 0.84% | - |
| XYZ | 28.1 | 14.64 | 4.03 | - |
| YUV | 76.68 | 111.26 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 47 | 0 | 0.94 | 0.78 | 0.16 | 349.8 | 0.88 | 0.44 |
| Hex | D5 | D | 2F | 0 | 5E | 4E | 10 | 15E | 58 | 2C |
| Octal | 325 | 15 | 57 | 0 | 136 | 116 | 20 | 536 | 130 | 54 |
| Binary | 11010101 | 1101 | 101111 | 0 | 1011110 | 1001110 | 10000 | 101011110 | 1011000 | 101100 |
Color Harmonies of #D50D2F
Complementary color
Monochromatic Colors of #D50D2F
Black with #D50D2F
Text Example
Text Example
White with #D50D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D2F; }
p { color: rgb(213,13,47); }
H1.HeaderClassName
{
color: #D50D2F;
}
.AnyTagClassName
{
color: #D50D2F;
}
</style>
background-color css
<style>
a { background-color: #D50D2F; }
a { background-color: rgb(213,13,47); }
div.DivClassName
{
background-color: #D50D2F;
}
.BgClassName
{
background-color: #D50D2F;
}
</style>
border-color css
<style>
span { border-color: #D50D2F; }
span { border-color: rgb(213,13,47); }
td.TdClassName
{
border-color: #D50D2F;
}
.TagClassName
{
border-color: #D50D2F;
}
</style>