Shades of Crimson #D4163A
Tints of Crimson #D4163A
RGB
CMYK
RGB Variations
Color information
#D4163A (or 0xD4163A) is known color: Crimson. HEX triplet: D4, 16 and 3A. RGB value is (212,22,58). Sum of RGB (Red+Green+Blue) = 212+22+58=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D4163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4163A is #2BE9C5. Grayscale: #525252. Windows color (decimal): -2877894 or 3806932. OLE color: 3806932.
HSL color Cylindrical-coordinate representation of color #D4163A: hue angle of 348.63º 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 #D4163A is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 58 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.17 |
| HSL | 348.63º | 0.81% | 0.46% | - |
| HSV(B) | 348.63º | 0.9% | 0.83% | - |
| XYZ | 28.2 | 14.88 | 5.39 | - |
| YUV | 82.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 58 | 0 | 0.90 | 0.73 | 0.17 | 348.63 | 0.81 | 0.46 |
| Hex | D4 | 16 | 3A | 0 | 5A | 49 | 11 | 15D | 51 | 2E |
| Octal | 324 | 26 | 72 | 0 | 132 | 111 | 21 | 535 | 121 | 56 |
| Binary | 11010100 | 10110 | 111010 | 0 | 1011010 | 1001001 | 10001 | 101011101 | 1010001 | 101110 |
Color Harmonies of #D4163A
Complementary color
Monochromatic Colors of #D4163A
Black with #D4163A
Text Example
Text Example
White with #D4163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4163A; }
p { color: rgb(212,22,58); }
H1.HeaderClassName
{
color: #D4163A;
}
.AnyTagClassName
{
color: #D4163A;
}
</style>
background-color css
<style>
a { background-color: #D4163A; }
a { background-color: rgb(212,22,58); }
div.DivClassName
{
background-color: #D4163A;
}
.BgClassName
{
background-color: #D4163A;
}
</style>
border-color css
<style>
span { border-color: #D4163A; }
span { border-color: rgb(212,22,58); }
td.TdClassName
{
border-color: #D4163A;
}
.TagClassName
{
border-color: #D4163A;
}
</style>