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