Shades of Crimson #D20831
Tints of Crimson #D20831
RGB
CMYK
RGB Variations
Color information
#D20831 (or 0xD20831) is known color: Crimson. HEX triplet: D2, 08 and 31. RGB value is (210,8,49). Sum of RGB (Red+Green+Blue) = 210+8+49=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D20831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20831 is #2DF7CE. Grayscale: #494949. Windows color (decimal): -3012559 or 3213522. OLE color: 3213522.
HSL color Cylindrical-coordinate representation of color #D20831: hue angle of 347.82º degrees, saturation: 0.93, 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 #D20831 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.18 |
| HSL | 347.82º | 0.93% | 0.43% | - |
| HSV(B) | 347.82º | 0.96% | 0.82% | - |
| XYZ | 27.22 | 14.1 | 4.19 | - |
| YUV | 73.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 49 | 0 | 0.96 | 0.77 | 0.18 | 347.82 | 0.93 | 0.43 |
| Hex | D2 | 8 | 31 | 0 | 60 | 4D | 12 | 15C | 5D | 2B |
| Octal | 322 | 10 | 61 | 0 | 140 | 115 | 22 | 534 | 135 | 53 |
| Binary | 11010010 | 1000 | 110001 | 0 | 1100000 | 1001101 | 10010 | 101011100 | 1011101 | 101011 |
Color Harmonies of #D20831
Complementary color
Monochromatic Colors of #D20831
Black with #D20831
Text Example
Text Example
White with #D20831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20831; }
p { color: rgb(210,8,49); }
H1.HeaderClassName
{
color: #D20831;
}
.AnyTagClassName
{
color: #D20831;
}
</style>
background-color css
<style>
a { background-color: #D20831; }
a { background-color: rgb(210,8,49); }
div.DivClassName
{
background-color: #D20831;
}
.BgClassName
{
background-color: #D20831;
}
</style>
border-color css
<style>
span { border-color: #D20831; }
span { border-color: rgb(210,8,49); }
td.TdClassName
{
border-color: #D20831;
}
.TagClassName
{
border-color: #D20831;
}
</style>