Shades of Crimson #D32141
Tints of Crimson #D32141
RGB
CMYK
RGB Variations
Color information
#D32141 (or 0xD32141) is known color: Crimson. HEX triplet: D3, 21 and 41. RGB value is (211,33,65). Sum of RGB (Red+Green+Blue) = 211+33+65=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D32141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32141 is #2CDEBE. Grayscale: #595959. Windows color (decimal): -2940607 or 4268499. OLE color: 4268499.
HSL color Cylindrical-coordinate representation of color #D32141: hue angle of 349.21º 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 #D32141 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 65 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.17 |
| HSL | 349.21º | 0.73% | 0.48% | - |
| HSV(B) | 349.21º | 0.84% | 0.83% | - |
| XYZ | 28.36 | 15.32 | 6.46 | - |
| YUV | 89.87 | 113.97 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 65 | 0 | 0.84 | 0.69 | 0.17 | 349.21 | 0.73 | 0.48 |
| Hex | D3 | 21 | 41 | 0 | 54 | 45 | 11 | 15D | 49 | 30 |
| Octal | 323 | 41 | 101 | 0 | 124 | 105 | 21 | 535 | 111 | 60 |
| Binary | 11010011 | 100001 | 1000001 | 0 | 1010100 | 1000101 | 10001 | 101011101 | 1001001 | 110000 |
Color Harmonies of #D32141
Complementary color
Monochromatic Colors of #D32141
Black with #D32141
Text Example
Text Example
White with #D32141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32141; }
p { color: rgb(211,33,65); }
H1.HeaderClassName
{
color: #D32141;
}
.AnyTagClassName
{
color: #D32141;
}
</style>
background-color css
<style>
a { background-color: #D32141; }
a { background-color: rgb(211,33,65); }
div.DivClassName
{
background-color: #D32141;
}
.BgClassName
{
background-color: #D32141;
}
</style>
border-color css
<style>
span { border-color: #D32141; }
span { border-color: rgb(211,33,65); }
td.TdClassName
{
border-color: #D32141;
}
.TagClassName
{
border-color: #D32141;
}
</style>