Shades of Crimson #D5163C
Tints of Crimson #D5163C
RGB
CMYK
RGB Variations
Color information
#D5163C (or 0xD5163C) is known color: Crimson. HEX triplet: D5, 16 and 3C. RGB value is (213,22,60). Sum of RGB (Red+Green+Blue) = 213+22+60=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5163C is #2AE9C3. Grayscale: #535353. Windows color (decimal): -2812356 or 3938005. OLE color: 3938005.
HSL color Cylindrical-coordinate representation of color #D5163C: hue angle of 348.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5163C is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 60 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.16 |
| HSL | 348.06º | 0.81% | 0.46% | - |
| HSV(B) | 348.06º | 0.9% | 0.84% | - |
| XYZ | 28.54 | 15.05 | 5.67 | - |
| YUV | 83.44 | 114.78 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 60 | 0 | 0.90 | 0.72 | 0.16 | 348.06 | 0.81 | 0.46 |
| Hex | D5 | 16 | 3C | 0 | 5A | 48 | 10 | 15C | 51 | 2E |
| Octal | 325 | 26 | 74 | 0 | 132 | 110 | 20 | 534 | 121 | 56 |
| Binary | 11010101 | 10110 | 111100 | 0 | 1011010 | 1001000 | 10000 | 101011100 | 1010001 | 101110 |
Color Harmonies of #D5163C
Complementary color
Monochromatic Colors of #D5163C
Black with #D5163C
Text Example
Text Example
White with #D5163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5163C; }
p { color: rgb(213,22,60); }
H1.HeaderClassName
{
color: #D5163C;
}
.AnyTagClassName
{
color: #D5163C;
}
</style>
background-color css
<style>
a { background-color: #D5163C; }
a { background-color: rgb(213,22,60); }
div.DivClassName
{
background-color: #D5163C;
}
.BgClassName
{
background-color: #D5163C;
}
</style>
border-color css
<style>
span { border-color: #D5163C; }
span { border-color: rgb(213,22,60); }
td.TdClassName
{
border-color: #D5163C;
}
.TagClassName
{
border-color: #D5163C;
}
</style>