Shades of Crimson #D6194C
Tints of Crimson #D6194C
RGB
CMYK
RGB Variations
Color information
#D6194C (or 0xD6194C) is known color: Crimson. HEX triplet: D6, 19 and 4C. RGB value is (214,25,76). Sum of RGB (Red+Green+Blue) = 214+25+76=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D6194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6194C is #29E6B3. Grayscale: #575757. Windows color (decimal): -2746036 or 4987350. OLE color: 4987350.
HSL color Cylindrical-coordinate representation of color #D6194C: hue angle of 343.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6194C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 76 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.16 |
| HSL | 343.81º | 0.79% | 0.47% | - |
| HSV(B) | 343.81º | 0.88% | 0.84% | - |
| XYZ | 29.38 | 15.51 | 8.28 | - |
| YUV | 87.33 | 121.62 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 76 | 0 | 0.88 | 0.64 | 0.16 | 343.81 | 0.79 | 0.47 |
| Hex | D6 | 19 | 4C | 0 | 58 | 40 | 10 | 158 | 4F | 2F |
| Octal | 326 | 31 | 114 | 0 | 130 | 100 | 20 | 530 | 117 | 57 |
| Binary | 11010110 | 11001 | 1001100 | 0 | 1011000 | 1000000 | 10000 | 101011000 | 1001111 | 101111 |
Color Harmonies of #D6194C
Complementary color
Monochromatic Colors of #D6194C
Black with #D6194C
Text Example
Text Example
White with #D6194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6194C; }
p { color: rgb(214,25,76); }
H1.HeaderClassName
{
color: #D6194C;
}
.AnyTagClassName
{
color: #D6194C;
}
</style>
background-color css
<style>
a { background-color: #D6194C; }
a { background-color: rgb(214,25,76); }
div.DivClassName
{
background-color: #D6194C;
}
.BgClassName
{
background-color: #D6194C;
}
</style>
border-color css
<style>
span { border-color: #D6194C; }
span { border-color: rgb(214,25,76); }
td.TdClassName
{
border-color: #D6194C;
}
.TagClassName
{
border-color: #D6194C;
}
</style>