Shades of Crimson #D31532
Tints of Crimson #D31532
RGB
CMYK
RGB Variations
Color information
#D31532 (or 0xD31532) is known color: Crimson. HEX triplet: D3, 15 and 32. RGB value is (211,21,50). Sum of RGB (Red+Green+Blue) = 211+21+50=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D31532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31532 is #2CEACD. Grayscale: #515151. Windows color (decimal): -2943694 or 3282387. OLE color: 3282387.
HSL color Cylindrical-coordinate representation of color #D31532: hue angle of 350.84º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31532 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 21 | 50 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.17 |
| HSL | 350.84º | 0.82% | 0.45% | - |
| HSV(B) | 350.84º | 0.9% | 0.83% | - |
| XYZ | 27.71 | 14.62 | 4.38 | - |
| YUV | 81.12 | 110.45 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 21 | 50 | 0 | 0.90 | 0.76 | 0.17 | 350.84 | 0.82 | 0.45 |
| Hex | D3 | 15 | 32 | 0 | 5A | 4C | 11 | 15F | 52 | 2D |
| Octal | 323 | 25 | 62 | 0 | 132 | 114 | 21 | 537 | 122 | 55 |
| Binary | 11010011 | 10101 | 110010 | 0 | 1011010 | 1001100 | 10001 | 101011111 | 1010010 | 101101 |
Color Harmonies of #D31532
Complementary color
Monochromatic Colors of #D31532
Black with #D31532
Text Example
Text Example
White with #D31532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31532; }
p { color: rgb(211,21,50); }
H1.HeaderClassName
{
color: #D31532;
}
.AnyTagClassName
{
color: #D31532;
}
</style>
background-color css
<style>
a { background-color: #D31532; }
a { background-color: rgb(211,21,50); }
div.DivClassName
{
background-color: #D31532;
}
.BgClassName
{
background-color: #D31532;
}
</style>
border-color css
<style>
span { border-color: #D31532; }
span { border-color: rgb(211,21,50); }
td.TdClassName
{
border-color: #D31532;
}
.TagClassName
{
border-color: #D31532;
}
</style>