Shades of Crimson #D5173A
Tints of Crimson #D5173A
RGB
CMYK
RGB Variations
Color information
#D5173A (or 0xD5173A) is known color: Crimson. HEX triplet: D5, 17 and 3A. RGB value is (213,23,58). Sum of RGB (Red+Green+Blue) = 213+23+58=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D5173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5173A is #2AE8C5. Grayscale: #535353. Windows color (decimal): -2812102 or 3807189. OLE color: 3807189.
HSL color Cylindrical-coordinate representation of color #D5173A: hue angle of 348.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5173A is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 58 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.16 |
| HSL | 348.95º | 0.81% | 0.46% | - |
| HSV(B) | 348.95º | 0.89% | 0.84% | - |
| XYZ | 28.51 | 15.06 | 5.41 | - |
| YUV | 83.8 | 113.45 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 58 | 0 | 0.89 | 0.73 | 0.16 | 348.95 | 0.81 | 0.46 |
| Hex | D5 | 17 | 3A | 0 | 59 | 49 | 10 | 15D | 51 | 2E |
| Octal | 325 | 27 | 72 | 0 | 131 | 111 | 20 | 535 | 121 | 56 |
| Binary | 11010101 | 10111 | 111010 | 0 | 1011001 | 1001001 | 10000 | 101011101 | 1010001 | 101110 |
Color Harmonies of #D5173A
Complementary color
Monochromatic Colors of #D5173A
Black with #D5173A
Text Example
Text Example
White with #D5173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5173A; }
p { color: rgb(213,23,58); }
H1.HeaderClassName
{
color: #D5173A;
}
.AnyTagClassName
{
color: #D5173A;
}
</style>
background-color css
<style>
a { background-color: #D5173A; }
a { background-color: rgb(213,23,58); }
div.DivClassName
{
background-color: #D5173A;
}
.BgClassName
{
background-color: #D5173A;
}
</style>
border-color css
<style>
span { border-color: #D5173A; }
span { border-color: rgb(213,23,58); }
td.TdClassName
{
border-color: #D5173A;
}
.TagClassName
{
border-color: #D5173A;
}
</style>