Shades of Crimson #D50D32
Tints of Crimson #D50D32
RGB
CMYK
RGB Variations
Color information
#D50D32 (or 0xD50D32) is known color: Crimson. HEX triplet: D5, 0D and 32. RGB value is (213,13,50). Sum of RGB (Red+Green+Blue) = 213+13+50=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50D32 is #2AF2CD. Grayscale: #4D4D4D. Windows color (decimal): -2814670 or 3280341. OLE color: 3280341.
HSL color Cylindrical-coordinate representation of color #D50D32: hue angle of 348.9º 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 #D50D32 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 50 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.16 |
| HSL | 348.9º | 0.88% | 0.44% | - |
| HSV(B) | 348.9º | 0.94% | 0.84% | - |
| XYZ | 28.16 | 14.66 | 4.36 | - |
| YUV | 77.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 50 | 0 | 0.94 | 0.77 | 0.16 | 348.9 | 0.88 | 0.44 |
| Hex | D5 | D | 32 | 0 | 5E | 4D | 10 | 15D | 58 | 2C |
| Octal | 325 | 15 | 62 | 0 | 136 | 115 | 20 | 535 | 130 | 54 |
| Binary | 11010101 | 1101 | 110010 | 0 | 1011110 | 1001101 | 10000 | 101011101 | 1011000 | 101100 |
Color Harmonies of #D50D32
Complementary color
Monochromatic Colors of #D50D32
Black with #D50D32
Text Example
Text Example
White with #D50D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D32; }
p { color: rgb(213,13,50); }
H1.HeaderClassName
{
color: #D50D32;
}
.AnyTagClassName
{
color: #D50D32;
}
</style>
background-color css
<style>
a { background-color: #D50D32; }
a { background-color: rgb(213,13,50); }
div.DivClassName
{
background-color: #D50D32;
}
.BgClassName
{
background-color: #D50D32;
}
</style>
border-color css
<style>
span { border-color: #D50D32; }
span { border-color: rgb(213,13,50); }
td.TdClassName
{
border-color: #D50D32;
}
.TagClassName
{
border-color: #D50D32;
}
</style>