Shades of Crimson #D5163D
Tints of Crimson #D5163D
RGB
CMYK
RGB Variations
Color information
#D5163D (or 0xD5163D) is known color: Crimson. HEX triplet: D5, 16 and 3D. RGB value is (213,22,61). Sum of RGB (Red+Green+Blue) = 213+22+61=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5163D is #2AE9C2. Grayscale: #535353. Windows color (decimal): -2812355 or 4003541. OLE color: 4003541.
HSL color Cylindrical-coordinate representation of color #D5163D: hue angle of 347.75º 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 #D5163D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 61 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.16 |
| HSL | 347.75º | 0.81% | 0.46% | - |
| HSV(B) | 347.75º | 0.9% | 0.84% | - |
| XYZ | 28.57 | 15.06 | 5.82 | - |
| YUV | 83.56 | 115.28 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 61 | 0 | 0.90 | 0.71 | 0.16 | 347.75 | 0.81 | 0.46 |
| Hex | D5 | 16 | 3D | 0 | 5A | 47 | 10 | 15C | 51 | 2E |
| Octal | 325 | 26 | 75 | 0 | 132 | 107 | 20 | 534 | 121 | 56 |
| Binary | 11010101 | 10110 | 111101 | 0 | 1011010 | 1000111 | 10000 | 101011100 | 1010001 | 101110 |
Color Harmonies of #D5163D
Complementary color
Monochromatic Colors of #D5163D
Black with #D5163D
Text Example
Text Example
White with #D5163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5163D; }
p { color: rgb(213,22,61); }
H1.HeaderClassName
{
color: #D5163D;
}
.AnyTagClassName
{
color: #D5163D;
}
</style>
background-color css
<style>
a { background-color: #D5163D; }
a { background-color: rgb(213,22,61); }
div.DivClassName
{
background-color: #D5163D;
}
.BgClassName
{
background-color: #D5163D;
}
</style>
border-color css
<style>
span { border-color: #D5163D; }
span { border-color: rgb(213,22,61); }
td.TdClassName
{
border-color: #D5163D;
}
.TagClassName
{
border-color: #D5163D;
}
</style>