Shades of Crimson #D51535
Tints of Crimson #D51535
RGB
CMYK
RGB Variations
Color information
#D51535 (or 0xD51535) is known color: Crimson. HEX triplet: D5, 15 and 35. RGB value is (213,21,53). Sum of RGB (Red+Green+Blue) = 213+21+53=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D51535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51535 is #2AEACA. Grayscale: #525252. Windows color (decimal): -2812619 or 3478997. OLE color: 3478997.
HSL color Cylindrical-coordinate representation of color #D51535: hue angle of 350º 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 #D51535 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 53 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.16 |
| HSL | 350º | 0.82% | 0.46% | - |
| HSV(B) | 350º | 0.9% | 0.84% | - |
| XYZ | 28.35 | 14.94 | 4.76 | - |
| YUV | 82.06 | 111.61 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 53 | 0 | 0.90 | 0.75 | 0.16 | 350 | 0.82 | 0.46 |
| Hex | D5 | 15 | 35 | 0 | 5A | 4B | 10 | 15E | 52 | 2E |
| Octal | 325 | 25 | 65 | 0 | 132 | 113 | 20 | 536 | 122 | 56 |
| Binary | 11010101 | 10101 | 110101 | 0 | 1011010 | 1001011 | 10000 | 101011110 | 1010010 | 101110 |
Color Harmonies of #D51535
Complementary color
Monochromatic Colors of #D51535
Black with #D51535
Text Example
Text Example
White with #D51535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51535; }
p { color: rgb(213,21,53); }
H1.HeaderClassName
{
color: #D51535;
}
.AnyTagClassName
{
color: #D51535;
}
</style>
background-color css
<style>
a { background-color: #D51535; }
a { background-color: rgb(213,21,53); }
div.DivClassName
{
background-color: #D51535;
}
.BgClassName
{
background-color: #D51535;
}
</style>
border-color css
<style>
span { border-color: #D51535; }
span { border-color: rgb(213,21,53); }
td.TdClassName
{
border-color: #D51535;
}
.TagClassName
{
border-color: #D51535;
}
</style>