Shades of Crimson #D41232
Tints of Crimson #D41232
RGB
CMYK
RGB Variations
Color information
#D41232 (or 0xD41232) is known color: Crimson. HEX triplet: D4, 12 and 32. RGB value is (212,18,50). Sum of RGB (Red+Green+Blue) = 212+18+50=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D41232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41232 is #2BEDCD. Grayscale: #4F4F4F. Windows color (decimal): -2878926 or 3281620. OLE color: 3281620.
HSL color Cylindrical-coordinate representation of color #D41232: hue angle of 350.1º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41232 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 50 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.17 |
| HSL | 350.1º | 0.84% | 0.45% | - |
| HSV(B) | 350.1º | 0.92% | 0.83% | - |
| XYZ | 27.94 | 14.66 | 4.37 | - |
| YUV | 79.65 | 111.27 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 50 | 0 | 0.92 | 0.76 | 0.17 | 350.1 | 0.84 | 0.45 |
| Hex | D4 | 12 | 32 | 0 | 5C | 4C | 11 | 15E | 54 | 2D |
| Octal | 324 | 22 | 62 | 0 | 134 | 114 | 21 | 536 | 124 | 55 |
| Binary | 11010100 | 10010 | 110010 | 0 | 1011100 | 1001100 | 10001 | 101011110 | 1010100 | 101101 |
Color Harmonies of #D41232
Complementary color
Monochromatic Colors of #D41232
Black with #D41232
Text Example
Text Example
White with #D41232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41232; }
p { color: rgb(212,18,50); }
H1.HeaderClassName
{
color: #D41232;
}
.AnyTagClassName
{
color: #D41232;
}
</style>
background-color css
<style>
a { background-color: #D41232; }
a { background-color: rgb(212,18,50); }
div.DivClassName
{
background-color: #D41232;
}
.BgClassName
{
background-color: #D41232;
}
</style>
border-color css
<style>
span { border-color: #D41232; }
span { border-color: rgb(212,18,50); }
td.TdClassName
{
border-color: #D41232;
}
.TagClassName
{
border-color: #D41232;
}
</style>