Shades of Crimson #D32147
Tints of Crimson #D32147
RGB
CMYK
RGB Variations
Color information
#D32147 (or 0xD32147) is known color: Crimson. HEX triplet: D3, 21 and 47. RGB value is (211,33,71). Sum of RGB (Red+Green+Blue) = 211+33+71=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D32147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32147 is #2CDEB8. Grayscale: #5A5A5A. Windows color (decimal): -2940601 or 4661715. OLE color: 4661715.
HSL color Cylindrical-coordinate representation of color #D32147: hue angle of 347.19º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32147 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 71 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.17 |
| HSL | 347.19º | 0.73% | 0.48% | - |
| HSV(B) | 347.19º | 0.84% | 0.83% | - |
| XYZ | 28.55 | 15.39 | 7.43 | - |
| YUV | 90.55 | 116.97 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 71 | 0 | 0.84 | 0.66 | 0.17 | 347.19 | 0.73 | 0.48 |
| Hex | D3 | 21 | 47 | 0 | 54 | 42 | 11 | 15B | 49 | 30 |
| Octal | 323 | 41 | 107 | 0 | 124 | 102 | 21 | 533 | 111 | 60 |
| Binary | 11010011 | 100001 | 1000111 | 0 | 1010100 | 1000010 | 10001 | 101011011 | 1001001 | 110000 |
Color Harmonies of #D32147
Complementary color
Monochromatic Colors of #D32147
Black with #D32147
Text Example
Text Example
White with #D32147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32147; }
p { color: rgb(211,33,71); }
H1.HeaderClassName
{
color: #D32147;
}
.AnyTagClassName
{
color: #D32147;
}
</style>
background-color css
<style>
a { background-color: #D32147; }
a { background-color: rgb(211,33,71); }
div.DivClassName
{
background-color: #D32147;
}
.BgClassName
{
background-color: #D32147;
}
</style>
border-color css
<style>
span { border-color: #D32147; }
span { border-color: rgb(211,33,71); }
td.TdClassName
{
border-color: #D32147;
}
.TagClassName
{
border-color: #D32147;
}
</style>