Shades of Crimson #D41546
Tints of Crimson #D41546
RGB
CMYK
RGB Variations
Color information
#D41546 (or 0xD41546) is known color: Crimson. HEX triplet: D4, 15 and 46. RGB value is (212,21,70). Sum of RGB (Red+Green+Blue) = 212+21+70=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D41546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41546 is #2BEAB9. Grayscale: #535353. Windows color (decimal): -2878138 or 4593108. OLE color: 4593108.
HSL color Cylindrical-coordinate representation of color #D41546: hue angle of 344.61º 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 #D41546 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 70 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.17 |
| HSL | 344.61º | 0.82% | 0.46% | - |
| HSV(B) | 344.61º | 0.9% | 0.83% | - |
| XYZ | 28.53 | 14.98 | 7.18 | - |
| YUV | 83.7 | 120.28 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 70 | 0 | 0.90 | 0.67 | 0.17 | 344.61 | 0.82 | 0.46 |
| Hex | D4 | 15 | 46 | 0 | 5A | 43 | 11 | 159 | 52 | 2E |
| Octal | 324 | 25 | 106 | 0 | 132 | 103 | 21 | 531 | 122 | 56 |
| Binary | 11010100 | 10101 | 1000110 | 0 | 1011010 | 1000011 | 10001 | 101011001 | 1010010 | 101110 |
Color Harmonies of #D41546
Complementary color
Monochromatic Colors of #D41546
Black with #D41546
Text Example
Text Example
White with #D41546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41546; }
p { color: rgb(212,21,70); }
H1.HeaderClassName
{
color: #D41546;
}
.AnyTagClassName
{
color: #D41546;
}
</style>
background-color css
<style>
a { background-color: #D41546; }
a { background-color: rgb(212,21,70); }
div.DivClassName
{
background-color: #D41546;
}
.BgClassName
{
background-color: #D41546;
}
</style>
border-color css
<style>
span { border-color: #D41546; }
span { border-color: rgb(212,21,70); }
td.TdClassName
{
border-color: #D41546;
}
.TagClassName
{
border-color: #D41546;
}
</style>