Shades of Crimson #D21946
Tints of Crimson #D21946
RGB
CMYK
RGB Variations
Color information
#D21946 (or 0xD21946) is known color: Crimson. HEX triplet: D2, 19 and 46. RGB value is (210,25,70). Sum of RGB (Red+Green+Blue) = 210+25+70=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D21946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21946 is #2DE6B9. Grayscale: #555555. Windows color (decimal): -3008186 or 4594130. OLE color: 4594130.
HSL color Cylindrical-coordinate representation of color #D21946: hue angle of 345.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21946 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 70 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.18 |
| HSL | 345.41º | 0.79% | 0.46% | - |
| HSV(B) | 345.41º | 0.88% | 0.82% | - |
| XYZ | 28.03 | 14.84 | 7.18 | - |
| YUV | 85.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 70 | 0 | 0.88 | 0.67 | 0.18 | 345.41 | 0.79 | 0.46 |
| Hex | D2 | 19 | 46 | 0 | 58 | 43 | 12 | 159 | 4F | 2E |
| Octal | 322 | 31 | 106 | 0 | 130 | 103 | 22 | 531 | 117 | 56 |
| Binary | 11010010 | 11001 | 1000110 | 0 | 1011000 | 1000011 | 10010 | 101011001 | 1001111 | 101110 |
Color Harmonies of #D21946
Complementary color
Monochromatic Colors of #D21946
Black with #D21946
Text Example
Text Example
White with #D21946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21946; }
p { color: rgb(210,25,70); }
H1.HeaderClassName
{
color: #D21946;
}
.AnyTagClassName
{
color: #D21946;
}
</style>
background-color css
<style>
a { background-color: #D21946; }
a { background-color: rgb(210,25,70); }
div.DivClassName
{
background-color: #D21946;
}
.BgClassName
{
background-color: #D21946;
}
</style>
border-color css
<style>
span { border-color: #D21946; }
span { border-color: rgb(210,25,70); }
td.TdClassName
{
border-color: #D21946;
}
.TagClassName
{
border-color: #D21946;
}
</style>