Shades of Crimson #D1194A
Tints of Crimson #D1194A
RGB
CMYK
RGB Variations
Color information
#D1194A (or 0xD1194A) is known color: Crimson. HEX triplet: D1, 19 and 4A. RGB value is (209,25,74). Sum of RGB (Red+Green+Blue) = 209+25+74=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1194A is #2EE6B5. Grayscale: #555555. Windows color (decimal): -3073718 or 4856273. OLE color: 4856273.
HSL color Cylindrical-coordinate representation of color #D1194A: hue angle of 344.02º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1194A is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 74 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.18 |
| HSL | 344.02º | 0.79% | 0.46% | - |
| HSV(B) | 344.02º | 0.88% | 0.82% | - |
| XYZ | 27.88 | 14.74 | 7.86 | - |
| YUV | 85.6 | 121.46 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 74 | 0 | 0.88 | 0.65 | 0.18 | 344.02 | 0.79 | 0.46 |
| Hex | D1 | 19 | 4A | 0 | 58 | 41 | 12 | 158 | 4F | 2E |
| Octal | 321 | 31 | 112 | 0 | 130 | 101 | 22 | 530 | 117 | 56 |
| Binary | 11010001 | 11001 | 1001010 | 0 | 1011000 | 1000001 | 10010 | 101011000 | 1001111 | 101110 |
Color Harmonies of #D1194A
Complementary color
Monochromatic Colors of #D1194A
Black with #D1194A
Text Example
Text Example
White with #D1194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1194A; }
p { color: rgb(209,25,74); }
H1.HeaderClassName
{
color: #D1194A;
}
.AnyTagClassName
{
color: #D1194A;
}
</style>
background-color css
<style>
a { background-color: #D1194A; }
a { background-color: rgb(209,25,74); }
div.DivClassName
{
background-color: #D1194A;
}
.BgClassName
{
background-color: #D1194A;
}
</style>
border-color css
<style>
span { border-color: #D1194A; }
span { border-color: rgb(209,25,74); }
td.TdClassName
{
border-color: #D1194A;
}
.TagClassName
{
border-color: #D1194A;
}
</style>