Shades of Crimson #D41632
Tints of Crimson #D41632
RGB
CMYK
RGB Variations
Color information
#D41632 (or 0xD41632) is known color: Crimson. HEX triplet: D4, 16 and 32. RGB value is (212,22,50). Sum of RGB (Red+Green+Blue) = 212+22+50=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D41632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41632 is #2BE9CD. Grayscale: #525252. Windows color (decimal): -2877902 or 3282644. OLE color: 3282644.
HSL color Cylindrical-coordinate representation of color #D41632: hue angle of 351.16º degrees, saturation: 0.81, 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 #D41632 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 50 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.17 |
| HSL | 351.16º | 0.81% | 0.46% | - |
| HSV(B) | 351.16º | 0.9% | 0.83% | - |
| XYZ | 28.01 | 14.8 | 4.4 | - |
| YUV | 82 | 109.95 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 50 | 0 | 0.90 | 0.76 | 0.17 | 351.16 | 0.81 | 0.46 |
| Hex | D4 | 16 | 32 | 0 | 5A | 4C | 11 | 15F | 51 | 2E |
| Octal | 324 | 26 | 62 | 0 | 132 | 114 | 21 | 537 | 121 | 56 |
| Binary | 11010100 | 10110 | 110010 | 0 | 1011010 | 1001100 | 10001 | 101011111 | 1010001 | 101110 |
Color Harmonies of #D41632
Complementary color
Monochromatic Colors of #D41632
Black with #D41632
Text Example
Text Example
White with #D41632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41632; }
p { color: rgb(212,22,50); }
H1.HeaderClassName
{
color: #D41632;
}
.AnyTagClassName
{
color: #D41632;
}
</style>
background-color css
<style>
a { background-color: #D41632; }
a { background-color: rgb(212,22,50); }
div.DivClassName
{
background-color: #D41632;
}
.BgClassName
{
background-color: #D41632;
}
</style>
border-color css
<style>
span { border-color: #D41632; }
span { border-color: rgb(212,22,50); }
td.TdClassName
{
border-color: #D41632;
}
.TagClassName
{
border-color: #D41632;
}
</style>