Shades of Crimson #D41532
Tints of Crimson #D41532
RGB
CMYK
RGB Variations
Color information
#D41532 (or 0xD41532) is known color: Crimson. HEX triplet: D4, 15 and 32. RGB value is (212,21,50). Sum of RGB (Red+Green+Blue) = 212+21+50=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D41532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41532 is #2BEACD. Grayscale: #515151. Windows color (decimal): -2878158 or 3282388. OLE color: 3282388.
HSL color Cylindrical-coordinate representation of color #D41532: hue angle of 350.89º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41532 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 50 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.17 |
| HSL | 350.89º | 0.82% | 0.46% | - |
| HSV(B) | 350.89º | 0.9% | 0.83% | - |
| XYZ | 28 | 14.76 | 4.39 | - |
| YUV | 81.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 50 | 0 | 0.90 | 0.76 | 0.17 | 350.89 | 0.82 | 0.46 |
| Hex | D4 | 15 | 32 | 0 | 5A | 4C | 11 | 15F | 52 | 2E |
| Octal | 324 | 25 | 62 | 0 | 132 | 114 | 21 | 537 | 122 | 56 |
| Binary | 11010100 | 10101 | 110010 | 0 | 1011010 | 1001100 | 10001 | 101011111 | 1010010 | 101110 |
Color Harmonies of #D41532
Complementary color
Monochromatic Colors of #D41532
Black with #D41532
Text Example
Text Example
White with #D41532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41532; }
p { color: rgb(212,21,50); }
H1.HeaderClassName
{
color: #D41532;
}
.AnyTagClassName
{
color: #D41532;
}
</style>
background-color css
<style>
a { background-color: #D41532; }
a { background-color: rgb(212,21,50); }
div.DivClassName
{
background-color: #D41532;
}
.BgClassName
{
background-color: #D41532;
}
</style>
border-color css
<style>
span { border-color: #D41532; }
span { border-color: rgb(212,21,50); }
td.TdClassName
{
border-color: #D41532;
}
.TagClassName
{
border-color: #D41532;
}
</style>