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