Shades of Crimson #D21035
Tints of Crimson #D21035
RGB
CMYK
RGB Variations
Color information
#D21035 (or 0xD21035) is known color: Crimson. HEX triplet: D2, 10 and 35. RGB value is (210,16,53). Sum of RGB (Red+Green+Blue) = 210+16+53=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D21035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21035 is #2DEFCA. Grayscale: #4E4E4E. Windows color (decimal): -3010507 or 3477714. OLE color: 3477714.
HSL color Cylindrical-coordinate representation of color #D21035: hue angle of 348.56º 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 #D21035 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 53 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.18 |
| HSL | 348.56º | 0.86% | 0.44% | - |
| HSV(B) | 348.56º | 0.92% | 0.82% | - |
| XYZ | 27.41 | 14.33 | 4.69 | - |
| YUV | 78.22 | 113.77 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 53 | 0 | 0.92 | 0.75 | 0.18 | 348.56 | 0.86 | 0.44 |
| Hex | D2 | 10 | 35 | 0 | 5C | 4B | 12 | 15D | 56 | 2C |
| Octal | 322 | 20 | 65 | 0 | 134 | 113 | 22 | 535 | 126 | 54 |
| Binary | 11010010 | 10000 | 110101 | 0 | 1011100 | 1001011 | 10010 | 101011101 | 1010110 | 101100 |
Color Harmonies of #D21035
Complementary color
Monochromatic Colors of #D21035
Black with #D21035
Text Example
Text Example
White with #D21035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21035; }
p { color: rgb(210,16,53); }
H1.HeaderClassName
{
color: #D21035;
}
.AnyTagClassName
{
color: #D21035;
}
</style>
background-color css
<style>
a { background-color: #D21035; }
a { background-color: rgb(210,16,53); }
div.DivClassName
{
background-color: #D21035;
}
.BgClassName
{
background-color: #D21035;
}
</style>
border-color css
<style>
span { border-color: #D21035; }
span { border-color: rgb(210,16,53); }
td.TdClassName
{
border-color: #D21035;
}
.TagClassName
{
border-color: #D21035;
}
</style>