Shades of Crimson #D30831
Tints of Crimson #D30831
RGB
CMYK
RGB Variations
Color information
#D30831 (or 0xD30831) is known color: Crimson. HEX triplet: D3, 08 and 31. RGB value is (211,8,49). Sum of RGB (Red+Green+Blue) = 211+8+49=268 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.73% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 211 - color contains mainly: red. Hex color #D30831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30831 is #2CF7CE. Grayscale: #494949. Windows color (decimal): -2947023 or 3213523. OLE color: 3213523.
HSL color Cylindrical-coordinate representation of color #D30831: hue angle of 347.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30831 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.17 |
| HSL | 347.88º | 0.93% | 0.43% | - |
| HSV(B) | 347.88º | 0.96% | 0.83% | - |
| XYZ | 27.51 | 14.24 | 4.21 | - |
| YUV | 73.37 | 114.25 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 49 | 0 | 0.96 | 0.77 | 0.17 | 347.88 | 0.93 | 0.43 |
| Hex | D3 | 8 | 31 | 0 | 60 | 4D | 11 | 15C | 5D | 2B |
| Octal | 323 | 10 | 61 | 0 | 140 | 115 | 21 | 534 | 135 | 53 |
| Binary | 11010011 | 1000 | 110001 | 0 | 1100000 | 1001101 | 10001 | 101011100 | 1011101 | 101011 |
Color Harmonies of #D30831
Complementary color
Monochromatic Colors of #D30831
Black with #D30831
Text Example
Text Example
White with #D30831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30831; }
p { color: rgb(211,8,49); }
H1.HeaderClassName
{
color: #D30831;
}
.AnyTagClassName
{
color: #D30831;
}
</style>
background-color css
<style>
a { background-color: #D30831; }
a { background-color: rgb(211,8,49); }
div.DivClassName
{
background-color: #D30831;
}
.BgClassName
{
background-color: #D30831;
}
</style>
border-color css
<style>
span { border-color: #D30831; }
span { border-color: rgb(211,8,49); }
td.TdClassName
{
border-color: #D30831;
}
.TagClassName
{
border-color: #D30831;
}
</style>