Shades of Crimson #D3174B
Tints of Crimson #D3174B
RGB
CMYK
RGB Variations
Color information
#D3174B (or 0xD3174B) is known color: Crimson. HEX triplet: D3, 17 and 4B. RGB value is (211,23,75). Sum of RGB (Red+Green+Blue) = 211+23+75=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D3174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3174B is #2CE8B4. Grayscale: #555555. Windows color (decimal): -2943157 or 4921299. OLE color: 4921299.
HSL color Cylindrical-coordinate representation of color #D3174B: hue angle of 343.4º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3174B is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 75 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.17 |
| HSL | 343.4º | 0.8% | 0.46% | - |
| HSV(B) | 343.4º | 0.89% | 0.83% | - |
| XYZ | 28.44 | 14.97 | 8.05 | - |
| YUV | 85.14 | 122.28 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 75 | 0 | 0.89 | 0.64 | 0.17 | 343.4 | 0.8 | 0.46 |
| Hex | D3 | 17 | 4B | 0 | 59 | 40 | 11 | 157 | 50 | 2E |
| Octal | 323 | 27 | 113 | 0 | 131 | 100 | 21 | 527 | 120 | 56 |
| Binary | 11010011 | 10111 | 1001011 | 0 | 1011001 | 1000000 | 10001 | 101010111 | 1010000 | 101110 |
Color Harmonies of #D3174B
Complementary color
Monochromatic Colors of #D3174B
Black with #D3174B
Text Example
Text Example
White with #D3174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3174B; }
p { color: rgb(211,23,75); }
H1.HeaderClassName
{
color: #D3174B;
}
.AnyTagClassName
{
color: #D3174B;
}
</style>
background-color css
<style>
a { background-color: #D3174B; }
a { background-color: rgb(211,23,75); }
div.DivClassName
{
background-color: #D3174B;
}
.BgClassName
{
background-color: #D3174B;
}
</style>
border-color css
<style>
span { border-color: #D3174B; }
span { border-color: rgb(211,23,75); }
td.TdClassName
{
border-color: #D3174B;
}
.TagClassName
{
border-color: #D3174B;
}
</style>