Shades of Crimson #D21045
Tints of Crimson #D21045
RGB
CMYK
RGB Variations
Color information
#D21045 (or 0xD21045) is known color: Crimson. HEX triplet: D2, 10 and 45. RGB value is (210,16,69). Sum of RGB (Red+Green+Blue) = 210+16+69=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D21045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21045 is #2DEFBA. Grayscale: #505050. Windows color (decimal): -3010491 or 4526290. OLE color: 4526290.
HSL color Cylindrical-coordinate representation of color #D21045: hue angle of 343.61º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21045 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 69 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.18 |
| HSL | 343.61º | 0.86% | 0.44% | - |
| HSV(B) | 343.61º | 0.92% | 0.82% | - |
| XYZ | 27.84 | 14.5 | 6.96 | - |
| YUV | 80.05 | 121.77 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 69 | 0 | 0.92 | 0.67 | 0.18 | 343.61 | 0.86 | 0.44 |
| Hex | D2 | 10 | 45 | 0 | 5C | 43 | 12 | 158 | 56 | 2C |
| Octal | 322 | 20 | 105 | 0 | 134 | 103 | 22 | 530 | 126 | 54 |
| Binary | 11010010 | 10000 | 1000101 | 0 | 1011100 | 1000011 | 10010 | 101011000 | 1010110 | 101100 |
Color Harmonies of #D21045
Complementary color
Monochromatic Colors of #D21045
Black with #D21045
Text Example
Text Example
White with #D21045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21045; }
p { color: rgb(210,16,69); }
H1.HeaderClassName
{
color: #D21045;
}
.AnyTagClassName
{
color: #D21045;
}
</style>
background-color css
<style>
a { background-color: #D21045; }
a { background-color: rgb(210,16,69); }
div.DivClassName
{
background-color: #D21045;
}
.BgClassName
{
background-color: #D21045;
}
</style>
border-color css
<style>
span { border-color: #D21045; }
span { border-color: rgb(210,16,69); }
td.TdClassName
{
border-color: #D21045;
}
.TagClassName
{
border-color: #D21045;
}
</style>