Shades of Crimson #D31232
Tints of Crimson #D31232
RGB
CMYK
RGB Variations
Color information
#D31232 (or 0xD31232) is known color: Crimson. HEX triplet: D3, 12 and 32. RGB value is (211,18,50). Sum of RGB (Red+Green+Blue) = 211+18+50=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D31232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31232 is #2CEDCD. Grayscale: #4F4F4F. Windows color (decimal): -2944462 or 3281619. OLE color: 3281619.
HSL color Cylindrical-coordinate representation of color #D31232: hue angle of 350.05º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31232 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 50 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.17 |
| HSL | 350.05º | 0.84% | 0.45% | - |
| HSV(B) | 350.05º | 0.91% | 0.83% | - |
| XYZ | 27.66 | 14.51 | 4.36 | - |
| YUV | 79.36 | 111.44 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 50 | 0 | 0.91 | 0.76 | 0.17 | 350.05 | 0.84 | 0.45 |
| Hex | D3 | 12 | 32 | 0 | 5B | 4C | 11 | 15E | 54 | 2D |
| Octal | 323 | 22 | 62 | 0 | 133 | 114 | 21 | 536 | 124 | 55 |
| Binary | 11010011 | 10010 | 110010 | 0 | 1011011 | 1001100 | 10001 | 101011110 | 1010100 | 101101 |
Color Harmonies of #D31232
Complementary color
Monochromatic Colors of #D31232
Black with #D31232
Text Example
Text Example
White with #D31232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31232; }
p { color: rgb(211,18,50); }
H1.HeaderClassName
{
color: #D31232;
}
.AnyTagClassName
{
color: #D31232;
}
</style>
background-color css
<style>
a { background-color: #D31232; }
a { background-color: rgb(211,18,50); }
div.DivClassName
{
background-color: #D31232;
}
.BgClassName
{
background-color: #D31232;
}
</style>
border-color css
<style>
span { border-color: #D31232; }
span { border-color: rgb(211,18,50); }
td.TdClassName
{
border-color: #D31232;
}
.TagClassName
{
border-color: #D31232;
}
</style>