Shades of Crimson #D21945
Tints of Crimson #D21945
RGB
CMYK
RGB Variations
Color information
#D21945 (or 0xD21945) is known color: Crimson. HEX triplet: D2, 19 and 45. RGB value is (210,25,69). Sum of RGB (Red+Green+Blue) = 210+25+69=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D21945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21945 is #2DE6BA. Grayscale: #555555. Windows color (decimal): -3008187 or 4528594. OLE color: 4528594.
HSL color Cylindrical-coordinate representation of color #D21945: hue angle of 345.73º 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 #D21945 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 69 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.18 |
| HSL | 345.73º | 0.79% | 0.46% | - |
| HSV(B) | 345.73º | 0.88% | 0.82% | - |
| XYZ | 28 | 14.83 | 7.02 | - |
| YUV | 85.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 69 | 0 | 0.88 | 0.67 | 0.18 | 345.73 | 0.79 | 0.46 |
| Hex | D2 | 19 | 45 | 0 | 58 | 43 | 12 | 15A | 4F | 2E |
| Octal | 322 | 31 | 105 | 0 | 130 | 103 | 22 | 532 | 117 | 56 |
| Binary | 11010010 | 11001 | 1000101 | 0 | 1011000 | 1000011 | 10010 | 101011010 | 1001111 | 101110 |
Color Harmonies of #D21945
Complementary color
Monochromatic Colors of #D21945
Black with #D21945
Text Example
Text Example
White with #D21945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21945; }
p { color: rgb(210,25,69); }
H1.HeaderClassName
{
color: #D21945;
}
.AnyTagClassName
{
color: #D21945;
}
</style>
background-color css
<style>
a { background-color: #D21945; }
a { background-color: rgb(210,25,69); }
div.DivClassName
{
background-color: #D21945;
}
.BgClassName
{
background-color: #D21945;
}
</style>
border-color css
<style>
span { border-color: #D21945; }
span { border-color: rgb(210,25,69); }
td.TdClassName
{
border-color: #D21945;
}
.TagClassName
{
border-color: #D21945;
}
</style>