Shades of Crimson #D0194E
Tints of Crimson #D0194E
RGB
CMYK
RGB Variations
Color information
#D0194E (or 0xD0194E) is known color: Crimson. HEX triplet: D0, 19 and 4E. RGB value is (208,25,78). Sum of RGB (Red+Green+Blue) = 208+25+78=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D0194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0194E is #2FE6B1. Grayscale: #555555. Windows color (decimal): -3139250 or 5118416. OLE color: 5118416.
HSL color Cylindrical-coordinate representation of color #D0194E: hue angle of 342.62º 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 #D0194E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 78 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.18 |
| HSL | 342.62º | 0.79% | 0.46% | - |
| HSV(B) | 342.62º | 0.88% | 0.82% | - |
| XYZ | 27.74 | 14.66 | 8.57 | - |
| YUV | 85.76 | 123.63 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 78 | 0 | 0.88 | 0.62 | 0.18 | 342.62 | 0.79 | 0.46 |
| Hex | D0 | 19 | 4E | 0 | 58 | 3E | 12 | 157 | 4F | 2E |
| Octal | 320 | 31 | 116 | 0 | 130 | 76 | 22 | 527 | 117 | 56 |
| Binary | 11010000 | 11001 | 1001110 | 0 | 1011000 | 111110 | 10010 | 101010111 | 1001111 | 101110 |
Color Harmonies of #D0194E
Complementary color
Monochromatic Colors of #D0194E
Black with #D0194E
Text Example
Text Example
White with #D0194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0194E; }
p { color: rgb(208,25,78); }
H1.HeaderClassName
{
color: #D0194E;
}
.AnyTagClassName
{
color: #D0194E;
}
</style>
background-color css
<style>
a { background-color: #D0194E; }
a { background-color: rgb(208,25,78); }
div.DivClassName
{
background-color: #D0194E;
}
.BgClassName
{
background-color: #D0194E;
}
</style>
border-color css
<style>
span { border-color: #D0194E; }
span { border-color: rgb(208,25,78); }
td.TdClassName
{
border-color: #D0194E;
}
.TagClassName
{
border-color: #D0194E;
}
</style>