Shades of Crimson #D20931
Tints of Crimson #D20931
RGB
CMYK
RGB Variations
Color information
#D20931 (or 0xD20931) is known color: Crimson. HEX triplet: D2, 09 and 31. RGB value is (210,9,49). Sum of RGB (Red+Green+Blue) = 210+9+49=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D20931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20931 is #2DF6CE. Grayscale: #494949. Windows color (decimal): -3012303 or 3213778. OLE color: 3213778.
HSL color Cylindrical-coordinate representation of color #D20931: hue angle of 348.06º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20931 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 49 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.18 |
| HSL | 348.06º | 0.92% | 0.43% | - |
| HSV(B) | 348.06º | 0.96% | 0.82% | - |
| XYZ | 27.23 | 14.12 | 4.2 | - |
| YUV | 73.66 | 114.09 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 49 | 0 | 0.96 | 0.77 | 0.18 | 348.06 | 0.92 | 0.43 |
| Hex | D2 | 9 | 31 | 0 | 60 | 4D | 12 | 15C | 5C | 2B |
| Octal | 322 | 11 | 61 | 0 | 140 | 115 | 22 | 534 | 134 | 53 |
| Binary | 11010010 | 1001 | 110001 | 0 | 1100000 | 1001101 | 10010 | 101011100 | 1011100 | 101011 |
Color Harmonies of #D20931
Complementary color
Monochromatic Colors of #D20931
Black with #D20931
Text Example
Text Example
White with #D20931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20931; }
p { color: rgb(210,9,49); }
H1.HeaderClassName
{
color: #D20931;
}
.AnyTagClassName
{
color: #D20931;
}
</style>
background-color css
<style>
a { background-color: #D20931; }
a { background-color: rgb(210,9,49); }
div.DivClassName
{
background-color: #D20931;
}
.BgClassName
{
background-color: #D20931;
}
</style>
border-color css
<style>
span { border-color: #D20931; }
span { border-color: rgb(210,9,49); }
td.TdClassName
{
border-color: #D20931;
}
.TagClassName
{
border-color: #D20931;
}
</style>