Shades of Crimson #D3164B
Tints of Crimson #D3164B
RGB
CMYK
RGB Variations
Color information
#D3164B (or 0xD3164B) is known color: Crimson. HEX triplet: D3, 16 and 4B. RGB value is (211,22,75). Sum of RGB (Red+Green+Blue) = 211+22+75=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3164B is #2CE9B4. Grayscale: #545454. Windows color (decimal): -2943413 or 4921043. OLE color: 4921043.
HSL color Cylindrical-coordinate representation of color #D3164B: hue angle of 343.17º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3164B is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 75 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.17 |
| HSL | 343.17º | 0.81% | 0.46% | - |
| HSV(B) | 343.17º | 0.9% | 0.83% | - |
| XYZ | 28.42 | 14.93 | 8.04 | - |
| YUV | 84.55 | 122.62 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 75 | 0 | 0.90 | 0.64 | 0.17 | 343.17 | 0.81 | 0.46 |
| Hex | D3 | 16 | 4B | 0 | 5A | 40 | 11 | 157 | 51 | 2E |
| Octal | 323 | 26 | 113 | 0 | 132 | 100 | 21 | 527 | 121 | 56 |
| Binary | 11010011 | 10110 | 1001011 | 0 | 1011010 | 1000000 | 10001 | 101010111 | 1010001 | 101110 |
Color Harmonies of #D3164B
Complementary color
Monochromatic Colors of #D3164B
Black with #D3164B
Text Example
Text Example
White with #D3164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3164B; }
p { color: rgb(211,22,75); }
H1.HeaderClassName
{
color: #D3164B;
}
.AnyTagClassName
{
color: #D3164B;
}
</style>
background-color css
<style>
a { background-color: #D3164B; }
a { background-color: rgb(211,22,75); }
div.DivClassName
{
background-color: #D3164B;
}
.BgClassName
{
background-color: #D3164B;
}
</style>
border-color css
<style>
span { border-color: #D3164B; }
span { border-color: rgb(211,22,75); }
td.TdClassName
{
border-color: #D3164B;
}
.TagClassName
{
border-color: #D3164B;
}
</style>