Shades of Crimson #D30947
Tints of Crimson #D30947
RGB
CMYK
RGB Variations
Color information
#D30947 (or 0xD30947) is known color: Crimson. HEX triplet: D3, 09 and 47. RGB value is (211,9,71). Sum of RGB (Red+Green+Blue) = 211+9+71=291 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.51% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 211 - color contains mainly: red. Hex color #D30947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30947 is #2CF6B8. Grayscale: #4C4C4C. Windows color (decimal): -2946745 or 4655571. OLE color: 4655571.
HSL color Cylindrical-coordinate representation of color #D30947: hue angle of 341.58º degrees, saturation: 0.92, 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 #D30947 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 71 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.17 |
| HSL | 341.58º | 0.92% | 0.43% | - |
| HSV(B) | 341.58º | 0.96% | 0.83% | - |
| XYZ | 28.1 | 14.5 | 7.28 | - |
| YUV | 76.47 | 124.92 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 71 | 0 | 0.96 | 0.66 | 0.17 | 341.58 | 0.92 | 0.43 |
| Hex | D3 | 9 | 47 | 0 | 60 | 42 | 11 | 156 | 5C | 2B |
| Octal | 323 | 11 | 107 | 0 | 140 | 102 | 21 | 526 | 134 | 53 |
| Binary | 11010011 | 1001 | 1000111 | 0 | 1100000 | 1000010 | 10001 | 101010110 | 1011100 | 101011 |
Color Harmonies of #D30947
Complementary color
Monochromatic Colors of #D30947
Black with #D30947
Text Example
Text Example
White with #D30947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30947; }
p { color: rgb(211,9,71); }
H1.HeaderClassName
{
color: #D30947;
}
.AnyTagClassName
{
color: #D30947;
}
</style>
background-color css
<style>
a { background-color: #D30947; }
a { background-color: rgb(211,9,71); }
div.DivClassName
{
background-color: #D30947;
}
.BgClassName
{
background-color: #D30947;
}
</style>
border-color css
<style>
span { border-color: #D30947; }
span { border-color: rgb(211,9,71); }
td.TdClassName
{
border-color: #D30947;
}
.TagClassName
{
border-color: #D30947;
}
</style>