Shades of Crimson #D0194D
Tints of Crimson #D0194D
RGB
CMYK
RGB Variations
Color information
#D0194D (or 0xD0194D) is known color: Crimson. HEX triplet: D0, 19 and 4D. RGB value is (208,25,77). Sum of RGB (Red+Green+Blue) = 208+25+77=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D0194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0194D is #2FE6B2. Grayscale: #555555. Windows color (decimal): -3139251 or 5052880. OLE color: 5052880.
HSL color Cylindrical-coordinate representation of color #D0194D: hue angle of 342.95º 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 #D0194D is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 77 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.18 |
| HSL | 342.95º | 0.79% | 0.46% | - |
| HSV(B) | 342.95º | 0.88% | 0.82% | - |
| XYZ | 27.7 | 14.64 | 8.39 | - |
| YUV | 85.65 | 123.13 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 77 | 0 | 0.88 | 0.63 | 0.18 | 342.95 | 0.79 | 0.46 |
| Hex | D0 | 19 | 4D | 0 | 58 | 3F | 12 | 157 | 4F | 2E |
| Octal | 320 | 31 | 115 | 0 | 130 | 77 | 22 | 527 | 117 | 56 |
| Binary | 11010000 | 11001 | 1001101 | 0 | 1011000 | 111111 | 10010 | 101010111 | 1001111 | 101110 |
Color Harmonies of #D0194D
Complementary color
Monochromatic Colors of #D0194D
Black with #D0194D
Text Example
Text Example
White with #D0194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0194D; }
p { color: rgb(208,25,77); }
H1.HeaderClassName
{
color: #D0194D;
}
.AnyTagClassName
{
color: #D0194D;
}
</style>
background-color css
<style>
a { background-color: #D0194D; }
a { background-color: rgb(208,25,77); }
div.DivClassName
{
background-color: #D0194D;
}
.BgClassName
{
background-color: #D0194D;
}
</style>
border-color css
<style>
span { border-color: #D0194D; }
span { border-color: rgb(208,25,77); }
td.TdClassName
{
border-color: #D0194D;
}
.TagClassName
{
border-color: #D0194D;
}
</style>