Shades of Crimson #D20035
Tints of Crimson #D20035
RGB
CMYK
RGB Variations
Color information
#D20035 (or 0xD20035) is known color: Crimson. HEX triplet: D2, 00 and 35. RGB value is (210,0,53). Sum of RGB (Red+Green+Blue) = 210+0+53=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D20035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20035 is #2DFFCA. Grayscale: #444444. Windows color (decimal): -3014603 or 3473618. OLE color: 3473618.
HSL color Cylindrical-coordinate representation of color #D20035: hue angle of 344.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20035 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.75 | 0.18 |
| HSL | 344.86º | 1% | 0.41% | - |
| HSV(B) | 344.86º | 1% | 0.82% | - |
| XYZ | 27.22 | 13.96 | 4.63 | - |
| YUV | 68.83 | 119.07 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 53 | 0 | 1 | 0.75 | 0.18 | 344.86 | 1 | 0.41 |
| Hex | D2 | 0 | 35 | 0 | 64 | 4B | 12 | 159 | 64 | 29 |
| Octal | 322 | 0 | 65 | 0 | 144 | 113 | 22 | 531 | 144 | 51 |
| Binary | 11010010 | 0 | 110101 | 0 | 1100100 | 1001011 | 10010 | 101011001 | 1100100 | 101001 |
Color Harmonies of #D20035
Complementary color
Monochromatic Colors of #D20035
Black with #D20035
Text Example
Text Example
White with #D20035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20035; }
p { color: rgb(210,0,53); }
H1.HeaderClassName
{
color: #D20035;
}
.AnyTagClassName
{
color: #D20035;
}
</style>
background-color css
<style>
a { background-color: #D20035; }
a { background-color: rgb(210,0,53); }
div.DivClassName
{
background-color: #D20035;
}
.BgClassName
{
background-color: #D20035;
}
</style>
border-color css
<style>
span { border-color: #D20035; }
span { border-color: rgb(210,0,53); }
td.TdClassName
{
border-color: #D20035;
}
.TagClassName
{
border-color: #D20035;
}
</style>