Shades of Crimson #D51431
Tints of Crimson #D51431
RGB
CMYK
RGB Variations
Color information
#D51431 (or 0xD51431) is known color: Crimson. HEX triplet: D5, 14 and 31. RGB value is (213,20,49). Sum of RGB (Red+Green+Blue) = 213+20+49=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D51431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51431 is #2AEBCE. Grayscale: #515151. Windows color (decimal): -2812879 or 3216597. OLE color: 3216597.
HSL color Cylindrical-coordinate representation of color #D51431: hue angle of 350.98º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51431 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 49 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.16 |
| HSL | 350.98º | 0.83% | 0.46% | - |
| HSV(B) | 350.98º | 0.91% | 0.84% | - |
| XYZ | 28.25 | 14.87 | 4.29 | - |
| YUV | 81.01 | 109.94 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 49 | 0 | 0.91 | 0.77 | 0.16 | 350.98 | 0.83 | 0.46 |
| Hex | D5 | 14 | 31 | 0 | 5B | 4D | 10 | 15F | 53 | 2E |
| Octal | 325 | 24 | 61 | 0 | 133 | 115 | 20 | 537 | 123 | 56 |
| Binary | 11010101 | 10100 | 110001 | 0 | 1011011 | 1001101 | 10000 | 101011111 | 1010011 | 101110 |
Color Harmonies of #D51431
Complementary color
Monochromatic Colors of #D51431
Black with #D51431
Text Example
Text Example
White with #D51431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51431; }
p { color: rgb(213,20,49); }
H1.HeaderClassName
{
color: #D51431;
}
.AnyTagClassName
{
color: #D51431;
}
</style>
background-color css
<style>
a { background-color: #D51431; }
a { background-color: rgb(213,20,49); }
div.DivClassName
{
background-color: #D51431;
}
.BgClassName
{
background-color: #D51431;
}
</style>
border-color css
<style>
span { border-color: #D51431; }
span { border-color: rgb(213,20,49); }
td.TdClassName
{
border-color: #D51431;
}
.TagClassName
{
border-color: #D51431;
}
</style>