Shades of Crimson #CF194E
Tints of Crimson #CF194E
RGB
CMYK
RGB Variations
Color information
#CF194E (or 0xCF194E) is known color: Crimson. HEX triplet: CF, 19 and 4E. RGB value is (207,25,78). Sum of RGB (Red+Green+Blue) = 207+25+78=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF194E is #30E6B1. Grayscale: #555555. Windows color (decimal): -3204786 or 5118415. OLE color: 5118415.
HSL color Cylindrical-coordinate representation of color #CF194E: hue angle of 342.53º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF194E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 78 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.19 |
| HSL | 342.53º | 0.78% | 0.45% | - |
| HSV(B) | 342.53º | 0.88% | 0.81% | - |
| XYZ | 27.45 | 14.51 | 8.56 | - |
| YUV | 85.46 | 123.8 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 78 | 0 | 0.88 | 0.62 | 0.19 | 342.53 | 0.78 | 0.45 |
| Hex | CF | 19 | 4E | 0 | 58 | 3E | 13 | 157 | 4E | 2D |
| Octal | 317 | 31 | 116 | 0 | 130 | 76 | 23 | 527 | 116 | 55 |
| Binary | 11001111 | 11001 | 1001110 | 0 | 1011000 | 111110 | 10011 | 101010111 | 1001110 | 101101 |
Color Harmonies of #CF194E
Complementary color
Monochromatic Colors of #CF194E
Black with #CF194E
Text Example
Text Example
White with #CF194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF194E; }
p { color: rgb(207,25,78); }
H1.HeaderClassName
{
color: #CF194E;
}
.AnyTagClassName
{
color: #CF194E;
}
</style>
background-color css
<style>
a { background-color: #CF194E; }
a { background-color: rgb(207,25,78); }
div.DivClassName
{
background-color: #CF194E;
}
.BgClassName
{
background-color: #CF194E;
}
</style>
border-color css
<style>
span { border-color: #CF194E; }
span { border-color: rgb(207,25,78); }
td.TdClassName
{
border-color: #CF194E;
}
.TagClassName
{
border-color: #CF194E;
}
</style>