Shades of Crimson #D5152E
Tints of Crimson #D5152E
RGB
CMYK
RGB Variations
Color information
#D5152E (or 0xD5152E) is known color: Crimson. HEX triplet: D5, 15 and 2E. RGB value is (213,21,46). Sum of RGB (Red+Green+Blue) = 213+21+46=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5152E is #2AEAD1. Grayscale: #515151. Windows color (decimal): -2812626 or 3020245. OLE color: 3020245.
HSL color Cylindrical-coordinate representation of color #D5152E: hue angle of 352.19º 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 #D5152E is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 46 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.16 |
| HSL | 352.19º | 0.82% | 0.46% | - |
| HSV(B) | 352.19º | 0.9% | 0.84% | - |
| XYZ | 28.2 | 14.88 | 3.97 | - |
| YUV | 81.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 46 | 0 | 0.90 | 0.78 | 0.16 | 352.19 | 0.82 | 0.46 |
| Hex | D5 | 15 | 2E | 0 | 5A | 4E | 10 | 160 | 52 | 2E |
| Octal | 325 | 25 | 56 | 0 | 132 | 116 | 20 | 540 | 122 | 56 |
| Binary | 11010101 | 10101 | 101110 | 0 | 1011010 | 1001110 | 10000 | 101100000 | 1010010 | 101110 |
Color Harmonies of #D5152E
Complementary color
Monochromatic Colors of #D5152E
Black with #D5152E
Text Example
Text Example
White with #D5152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5152E; }
p { color: rgb(213,21,46); }
H1.HeaderClassName
{
color: #D5152E;
}
.AnyTagClassName
{
color: #D5152E;
}
</style>
background-color css
<style>
a { background-color: #D5152E; }
a { background-color: rgb(213,21,46); }
div.DivClassName
{
background-color: #D5152E;
}
.BgClassName
{
background-color: #D5152E;
}
</style>
border-color css
<style>
span { border-color: #D5152E; }
span { border-color: rgb(213,21,46); }
td.TdClassName
{
border-color: #D5152E;
}
.TagClassName
{
border-color: #D5152E;
}
</style>