Shades of Crimson #D5174B
Tints of Crimson #D5174B
RGB
CMYK
RGB Variations
Color information
#D5174B (or 0xD5174B) is known color: Crimson. HEX triplet: D5, 17 and 4B. RGB value is (213,23,75). Sum of RGB (Red+Green+Blue) = 213+23+75=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5174B is #2AE8B4. Grayscale: #555555. Windows color (decimal): -2812085 or 4921301. OLE color: 4921301.
HSL color Cylindrical-coordinate representation of color #D5174B: hue angle of 343.58º 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 #D5174B is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 75 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.16 |
| HSL | 343.58º | 0.81% | 0.46% | - |
| HSV(B) | 343.58º | 0.89% | 0.84% | - |
| XYZ | 29.02 | 15.27 | 8.07 | - |
| YUV | 85.74 | 121.95 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 75 | 0 | 0.89 | 0.65 | 0.16 | 343.58 | 0.81 | 0.46 |
| Hex | D5 | 17 | 4B | 0 | 59 | 41 | 10 | 158 | 51 | 2E |
| Octal | 325 | 27 | 113 | 0 | 131 | 101 | 20 | 530 | 121 | 56 |
| Binary | 11010101 | 10111 | 1001011 | 0 | 1011001 | 1000001 | 10000 | 101011000 | 1010001 | 101110 |
Color Harmonies of #D5174B
Complementary color
Monochromatic Colors of #D5174B
Black with #D5174B
Text Example
Text Example
White with #D5174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5174B; }
p { color: rgb(213,23,75); }
H1.HeaderClassName
{
color: #D5174B;
}
.AnyTagClassName
{
color: #D5174B;
}
</style>
background-color css
<style>
a { background-color: #D5174B; }
a { background-color: rgb(213,23,75); }
div.DivClassName
{
background-color: #D5174B;
}
.BgClassName
{
background-color: #D5174B;
}
</style>
border-color css
<style>
span { border-color: #D5174B; }
span { border-color: rgb(213,23,75); }
td.TdClassName
{
border-color: #D5174B;
}
.TagClassName
{
border-color: #D5174B;
}
</style>