Shades of Crimson #D51530
Tints of Crimson #D51530
RGB
CMYK
RGB Variations
Color information
#D51530 (or 0xD51530) is known color: Crimson. HEX triplet: D5, 15 and 30. RGB value is (213,21,48). Sum of RGB (Red+Green+Blue) = 213+21+48=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D51530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51530 is #2AEACF. Grayscale: #515151. Windows color (decimal): -2812624 or 3151317. OLE color: 3151317.
HSL color Cylindrical-coordinate representation of color #D51530: hue angle of 351.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51530 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 48 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.16 |
| HSL | 351.56º | 0.82% | 0.46% | - |
| HSV(B) | 351.56º | 0.9% | 0.84% | - |
| XYZ | 28.24 | 14.9 | 4.18 | - |
| YUV | 81.49 | 109.11 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 48 | 0 | 0.90 | 0.77 | 0.16 | 351.56 | 0.82 | 0.46 |
| Hex | D5 | 15 | 30 | 0 | 5A | 4D | 10 | 160 | 52 | 2E |
| Octal | 325 | 25 | 60 | 0 | 132 | 115 | 20 | 540 | 122 | 56 |
| Binary | 11010101 | 10101 | 110000 | 0 | 1011010 | 1001101 | 10000 | 101100000 | 1010010 | 101110 |
Color Harmonies of #D51530
Complementary color
Monochromatic Colors of #D51530
Black with #D51530
Text Example
Text Example
White with #D51530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51530; }
p { color: rgb(213,21,48); }
H1.HeaderClassName
{
color: #D51530;
}
.AnyTagClassName
{
color: #D51530;
}
</style>
background-color css
<style>
a { background-color: #D51530; }
a { background-color: rgb(213,21,48); }
div.DivClassName
{
background-color: #D51530;
}
.BgClassName
{
background-color: #D51530;
}
</style>
border-color css
<style>
span { border-color: #D51530; }
span { border-color: rgb(213,21,48); }
td.TdClassName
{
border-color: #D51530;
}
.TagClassName
{
border-color: #D51530;
}
</style>