Shades of Crimson #D5174D
Tints of Crimson #D5174D
RGB
CMYK
RGB Variations
Color information
#D5174D (or 0xD5174D) is known color: Crimson. HEX triplet: D5, 17 and 4D. RGB value is (213,23,77). Sum of RGB (Red+Green+Blue) = 213+23+77=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5174D is #2AE8B2. Grayscale: #555555. Windows color (decimal): -2812083 or 5052373. OLE color: 5052373.
HSL color Cylindrical-coordinate representation of color #D5174D: hue angle of 342.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 #D5174D is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 77 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.16 |
| HSL | 342.95º | 0.81% | 0.46% | - |
| HSV(B) | 342.95º | 0.89% | 0.84% | - |
| XYZ | 29.09 | 15.29 | 8.44 | - |
| YUV | 85.97 | 122.95 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 77 | 0 | 0.89 | 0.64 | 0.16 | 342.95 | 0.81 | 0.46 |
| Hex | D5 | 17 | 4D | 0 | 59 | 40 | 10 | 157 | 51 | 2E |
| Octal | 325 | 27 | 115 | 0 | 131 | 100 | 20 | 527 | 121 | 56 |
| Binary | 11010101 | 10111 | 1001101 | 0 | 1011001 | 1000000 | 10000 | 101010111 | 1010001 | 101110 |
Color Harmonies of #D5174D
Complementary color
Monochromatic Colors of #D5174D
Black with #D5174D
Text Example
Text Example
White with #D5174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5174D; }
p { color: rgb(213,23,77); }
H1.HeaderClassName
{
color: #D5174D;
}
.AnyTagClassName
{
color: #D5174D;
}
</style>
background-color css
<style>
a { background-color: #D5174D; }
a { background-color: rgb(213,23,77); }
div.DivClassName
{
background-color: #D5174D;
}
.BgClassName
{
background-color: #D5174D;
}
</style>
border-color css
<style>
span { border-color: #D5174D; }
span { border-color: rgb(213,23,77); }
td.TdClassName
{
border-color: #D5174D;
}
.TagClassName
{
border-color: #D5174D;
}
</style>