Shades of Crimson #D20735
Tints of Crimson #D20735
RGB
CMYK
RGB Variations
Color information
#D20735 (or 0xD20735) is known color: Crimson. HEX triplet: D2, 07 and 35. RGB value is (210,7,53). Sum of RGB (Red+Green+Blue) = 210+7+53=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D20735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20735 is #2DF8CA. Grayscale: #484848. Windows color (decimal): -3012811 or 3475410. OLE color: 3475410.
HSL color Cylindrical-coordinate representation of color #D20735: hue angle of 346.4º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20735 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 53 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.18 |
| HSL | 346.4º | 0.94% | 0.43% | - |
| HSV(B) | 346.4º | 0.97% | 0.82% | - |
| XYZ | 27.3 | 14.11 | 4.65 | - |
| YUV | 72.94 | 116.75 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 53 | 0 | 0.97 | 0.75 | 0.18 | 346.4 | 0.94 | 0.43 |
| Hex | D2 | 7 | 35 | 0 | 61 | 4B | 12 | 15A | 5E | 2B |
| Octal | 322 | 7 | 65 | 0 | 141 | 113 | 22 | 532 | 136 | 53 |
| Binary | 11010010 | 111 | 110101 | 0 | 1100001 | 1001011 | 10010 | 101011010 | 1011110 | 101011 |
Color Harmonies of #D20735
Complementary color
Monochromatic Colors of #D20735
Black with #D20735
Text Example
Text Example
White with #D20735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20735; }
p { color: rgb(210,7,53); }
H1.HeaderClassName
{
color: #D20735;
}
.AnyTagClassName
{
color: #D20735;
}
</style>
background-color css
<style>
a { background-color: #D20735; }
a { background-color: rgb(210,7,53); }
div.DivClassName
{
background-color: #D20735;
}
.BgClassName
{
background-color: #D20735;
}
</style>
border-color css
<style>
span { border-color: #D20735; }
span { border-color: rgb(210,7,53); }
td.TdClassName
{
border-color: #D20735;
}
.TagClassName
{
border-color: #D20735;
}
</style>