Shades of Crimson #D5153A
Tints of Crimson #D5153A
RGB
CMYK
RGB Variations
Color information
#D5153A (or 0xD5153A) is known color: Crimson. HEX triplet: D5, 15 and 3A. RGB value is (213,21,58). Sum of RGB (Red+Green+Blue) = 213+21+58=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5153A is #2AEAC5. Grayscale: #525252. Windows color (decimal): -2812614 or 3806677. OLE color: 3806677.
HSL color Cylindrical-coordinate representation of color #D5153A: hue angle of 348.44º 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 #D5153A is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 58 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.16 |
| HSL | 348.44º | 0.82% | 0.46% | - |
| HSV(B) | 348.44º | 0.9% | 0.84% | - |
| XYZ | 28.47 | 14.99 | 5.4 | - |
| YUV | 82.63 | 114.11 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 58 | 0 | 0.90 | 0.73 | 0.16 | 348.44 | 0.82 | 0.46 |
| Hex | D5 | 15 | 3A | 0 | 5A | 49 | 10 | 15C | 52 | 2E |
| Octal | 325 | 25 | 72 | 0 | 132 | 111 | 20 | 534 | 122 | 56 |
| Binary | 11010101 | 10101 | 111010 | 0 | 1011010 | 1001001 | 10000 | 101011100 | 1010010 | 101110 |
Color Harmonies of #D5153A
Complementary color
Monochromatic Colors of #D5153A
Black with #D5153A
Text Example
Text Example
White with #D5153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5153A; }
p { color: rgb(213,21,58); }
H1.HeaderClassName
{
color: #D5153A;
}
.AnyTagClassName
{
color: #D5153A;
}
</style>
background-color css
<style>
a { background-color: #D5153A; }
a { background-color: rgb(213,21,58); }
div.DivClassName
{
background-color: #D5153A;
}
.BgClassName
{
background-color: #D5153A;
}
</style>
border-color css
<style>
span { border-color: #D5153A; }
span { border-color: rgb(213,21,58); }
td.TdClassName
{
border-color: #D5153A;
}
.TagClassName
{
border-color: #D5153A;
}
</style>