Shades of Crimson #D51539
Tints of Crimson #D51539
RGB
CMYK
RGB Variations
Color information
#D51539 (or 0xD51539) is known color: Crimson. HEX triplet: D5, 15 and 39. RGB value is (213,21,57). Sum of RGB (Red+Green+Blue) = 213+21+57=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D51539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51539 is #2AEAC6. Grayscale: #525252. Windows color (decimal): -2812615 or 3741141. OLE color: 3741141.
HSL color Cylindrical-coordinate representation of color #D51539: hue angle of 348.75º 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 #D51539 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 57 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.16 |
| HSL | 348.75º | 0.82% | 0.46% | - |
| HSV(B) | 348.75º | 0.9% | 0.84% | - |
| XYZ | 28.45 | 14.98 | 5.26 | - |
| YUV | 82.51 | 113.61 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 57 | 0 | 0.90 | 0.73 | 0.16 | 348.75 | 0.82 | 0.46 |
| Hex | D5 | 15 | 39 | 0 | 5A | 49 | 10 | 15D | 52 | 2E |
| Octal | 325 | 25 | 71 | 0 | 132 | 111 | 20 | 535 | 122 | 56 |
| Binary | 11010101 | 10101 | 111001 | 0 | 1011010 | 1001001 | 10000 | 101011101 | 1010010 | 101110 |
Color Harmonies of #D51539
Complementary color
Monochromatic Colors of #D51539
Black with #D51539
Text Example
Text Example
White with #D51539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51539; }
p { color: rgb(213,21,57); }
H1.HeaderClassName
{
color: #D51539;
}
.AnyTagClassName
{
color: #D51539;
}
</style>
background-color css
<style>
a { background-color: #D51539; }
a { background-color: rgb(213,21,57); }
div.DivClassName
{
background-color: #D51539;
}
.BgClassName
{
background-color: #D51539;
}
</style>
border-color css
<style>
span { border-color: #D51539; }
span { border-color: rgb(213,21,57); }
td.TdClassName
{
border-color: #D51539;
}
.TagClassName
{
border-color: #D51539;
}
</style>