Shades of Crimson #D51331
Tints of Crimson #D51331
RGB
CMYK
RGB Variations
Color information
#D51331 (or 0xD51331) is known color: Crimson. HEX triplet: D5, 13 and 31. RGB value is (213,19,49). Sum of RGB (Red+Green+Blue) = 213+19+49=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D51331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51331 is #2AECCE. Grayscale: #505050. Windows color (decimal): -2813135 or 3216341. OLE color: 3216341.
HSL color Cylindrical-coordinate representation of color #D51331: hue angle of 350.72º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51331 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 49 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.16 |
| HSL | 350.72º | 0.84% | 0.45% | - |
| HSV(B) | 350.72º | 0.91% | 0.84% | - |
| XYZ | 28.23 | 14.83 | 4.28 | - |
| YUV | 80.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 49 | 0 | 0.91 | 0.77 | 0.16 | 350.72 | 0.84 | 0.45 |
| Hex | D5 | 13 | 31 | 0 | 5B | 4D | 10 | 15F | 54 | 2D |
| Octal | 325 | 23 | 61 | 0 | 133 | 115 | 20 | 537 | 124 | 55 |
| Binary | 11010101 | 10011 | 110001 | 0 | 1011011 | 1001101 | 10000 | 101011111 | 1010100 | 101101 |
Color Harmonies of #D51331
Complementary color
Monochromatic Colors of #D51331
Black with #D51331
Text Example
Text Example
White with #D51331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51331; }
p { color: rgb(213,19,49); }
H1.HeaderClassName
{
color: #D51331;
}
.AnyTagClassName
{
color: #D51331;
}
</style>
background-color css
<style>
a { background-color: #D51331; }
a { background-color: rgb(213,19,49); }
div.DivClassName
{
background-color: #D51331;
}
.BgClassName
{
background-color: #D51331;
}
</style>
border-color css
<style>
span { border-color: #D51331; }
span { border-color: rgb(213,19,49); }
td.TdClassName
{
border-color: #D51331;
}
.TagClassName
{
border-color: #D51331;
}
</style>