Shades of Crimson #D5153D
Tints of Crimson #D5153D
RGB
CMYK
RGB Variations
Color information
#D5153D (or 0xD5153D) is known color: Crimson. HEX triplet: D5, 15 and 3D. RGB value is (213,21,61). Sum of RGB (Red+Green+Blue) = 213+21+61=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5153D is #2AEAC2. Grayscale: #525252. Windows color (decimal): -2812611 or 4003285. OLE color: 4003285.
HSL color Cylindrical-coordinate representation of color #D5153D: hue angle of 347.5º 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 #D5153D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 61 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.16 |
| HSL | 347.5º | 0.82% | 0.46% | - |
| HSV(B) | 347.5º | 0.9% | 0.84% | - |
| XYZ | 28.55 | 15.02 | 5.81 | - |
| YUV | 82.97 | 115.61 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 61 | 0 | 0.90 | 0.71 | 0.16 | 347.5 | 0.82 | 0.46 |
| Hex | D5 | 15 | 3D | 0 | 5A | 47 | 10 | 15C | 52 | 2E |
| Octal | 325 | 25 | 75 | 0 | 132 | 107 | 20 | 534 | 122 | 56 |
| Binary | 11010101 | 10101 | 111101 | 0 | 1011010 | 1000111 | 10000 | 101011100 | 1010010 | 101110 |
Color Harmonies of #D5153D
Complementary color
Monochromatic Colors of #D5153D
Black with #D5153D
Text Example
Text Example
White with #D5153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5153D; }
p { color: rgb(213,21,61); }
H1.HeaderClassName
{
color: #D5153D;
}
.AnyTagClassName
{
color: #D5153D;
}
</style>
background-color css
<style>
a { background-color: #D5153D; }
a { background-color: rgb(213,21,61); }
div.DivClassName
{
background-color: #D5153D;
}
.BgClassName
{
background-color: #D5153D;
}
</style>
border-color css
<style>
span { border-color: #D5153D; }
span { border-color: rgb(213,21,61); }
td.TdClassName
{
border-color: #D5153D;
}
.TagClassName
{
border-color: #D5153D;
}
</style>