Shades of Crimson #D30847
Tints of Crimson #D30847
RGB
CMYK
RGB Variations
Color information
#D30847 (or 0xD30847) is known color: Crimson. HEX triplet: D3, 08 and 47. RGB value is (211,8,71). Sum of RGB (Red+Green+Blue) = 211+8+71=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D30847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30847 is #2CF7B8. Grayscale: #4B4B4B. Windows color (decimal): -2947001 or 4655315. OLE color: 4655315.
HSL color Cylindrical-coordinate representation of color #D30847: hue angle of 341.38º 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 #D30847 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 71 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.17 |
| HSL | 341.38º | 0.93% | 0.43% | - |
| HSV(B) | 341.38º | 0.96% | 0.83% | - |
| XYZ | 28.09 | 14.48 | 7.28 | - |
| YUV | 75.88 | 125.25 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 71 | 0 | 0.96 | 0.66 | 0.17 | 341.38 | 0.93 | 0.43 |
| Hex | D3 | 8 | 47 | 0 | 60 | 42 | 11 | 155 | 5D | 2B |
| Octal | 323 | 10 | 107 | 0 | 140 | 102 | 21 | 525 | 135 | 53 |
| Binary | 11010011 | 1000 | 1000111 | 0 | 1100000 | 1000010 | 10001 | 101010101 | 1011101 | 101011 |
Color Harmonies of #D30847
Complementary color
Monochromatic Colors of #D30847
Black with #D30847
Text Example
Text Example
White with #D30847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30847; }
p { color: rgb(211,8,71); }
H1.HeaderClassName
{
color: #D30847;
}
.AnyTagClassName
{
color: #D30847;
}
</style>
background-color css
<style>
a { background-color: #D30847; }
a { background-color: rgb(211,8,71); }
div.DivClassName
{
background-color: #D30847;
}
.BgClassName
{
background-color: #D30847;
}
</style>
border-color css
<style>
span { border-color: #D30847; }
span { border-color: rgb(211,8,71); }
td.TdClassName
{
border-color: #D30847;
}
.TagClassName
{
border-color: #D30847;
}
</style>