Shades of Crimson #D51544
Tints of Crimson #D51544
RGB
CMYK
RGB Variations
Color information
#D51544 (or 0xD51544) is known color: Crimson. HEX triplet: D5, 15 and 44. RGB value is (213,21,68). Sum of RGB (Red+Green+Blue) = 213+21+68=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D51544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51544 is #2AEABB. Grayscale: #535353. Windows color (decimal): -2812604 or 4462037. OLE color: 4462037.
HSL color Cylindrical-coordinate representation of color #D51544: hue angle of 345.31º 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 #D51544 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 68 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.16 |
| HSL | 345.31º | 0.82% | 0.46% | - |
| HSV(B) | 345.31º | 0.9% | 0.84% | - |
| XYZ | 28.75 | 15.1 | 6.87 | - |
| YUV | 83.77 | 119.11 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 68 | 0 | 0.90 | 0.68 | 0.16 | 345.31 | 0.82 | 0.46 |
| Hex | D5 | 15 | 44 | 0 | 5A | 44 | 10 | 159 | 52 | 2E |
| Octal | 325 | 25 | 104 | 0 | 132 | 104 | 20 | 531 | 122 | 56 |
| Binary | 11010101 | 10101 | 1000100 | 0 | 1011010 | 1000100 | 10000 | 101011001 | 1010010 | 101110 |
Color Harmonies of #D51544
Complementary color
Monochromatic Colors of #D51544
Black with #D51544
Text Example
Text Example
White with #D51544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51544; }
p { color: rgb(213,21,68); }
H1.HeaderClassName
{
color: #D51544;
}
.AnyTagClassName
{
color: #D51544;
}
</style>
background-color css
<style>
a { background-color: #D51544; }
a { background-color: rgb(213,21,68); }
div.DivClassName
{
background-color: #D51544;
}
.BgClassName
{
background-color: #D51544;
}
</style>
border-color css
<style>
span { border-color: #D51544; }
span { border-color: rgb(213,21,68); }
td.TdClassName
{
border-color: #D51544;
}
.TagClassName
{
border-color: #D51544;
}
</style>