Shades of Crimson #D5174A
Tints of Crimson #D5174A
RGB
CMYK
RGB Variations
Color information
#D5174A (or 0xD5174A) is known color: Crimson. HEX triplet: D5, 17 and 4A. RGB value is (213,23,74). Sum of RGB (Red+Green+Blue) = 213+23+74=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5174A is #2AE8B5. Grayscale: #555555. Windows color (decimal): -2812086 or 4855765. OLE color: 4855765.
HSL color Cylindrical-coordinate representation of color #D5174A: hue angle of 343.89º 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 #D5174A is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 74 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.16 |
| HSL | 343.89º | 0.81% | 0.46% | - |
| HSV(B) | 343.89º | 0.89% | 0.84% | - |
| XYZ | 28.98 | 15.25 | 7.9 | - |
| YUV | 85.62 | 121.45 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 74 | 0 | 0.89 | 0.65 | 0.16 | 343.89 | 0.81 | 0.46 |
| Hex | D5 | 17 | 4A | 0 | 59 | 41 | 10 | 158 | 51 | 2E |
| Octal | 325 | 27 | 112 | 0 | 131 | 101 | 20 | 530 | 121 | 56 |
| Binary | 11010101 | 10111 | 1001010 | 0 | 1011001 | 1000001 | 10000 | 101011000 | 1010001 | 101110 |
Color Harmonies of #D5174A
Complementary color
Monochromatic Colors of #D5174A
Black with #D5174A
Text Example
Text Example
White with #D5174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5174A; }
p { color: rgb(213,23,74); }
H1.HeaderClassName
{
color: #D5174A;
}
.AnyTagClassName
{
color: #D5174A;
}
</style>
background-color css
<style>
a { background-color: #D5174A; }
a { background-color: rgb(213,23,74); }
div.DivClassName
{
background-color: #D5174A;
}
.BgClassName
{
background-color: #D5174A;
}
</style>
border-color css
<style>
span { border-color: #D5174A; }
span { border-color: rgb(213,23,74); }
td.TdClassName
{
border-color: #D5174A;
}
.TagClassName
{
border-color: #D5174A;
}
</style>