Shades of Crimson #CF194D
Tints of Crimson #CF194D
RGB
CMYK
RGB Variations
Color information
#CF194D (or 0xCF194D) is known color: Crimson. HEX triplet: CF, 19 and 4D. RGB value is (207,25,77). Sum of RGB (Red+Green+Blue) = 207+25+77=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF194D is #30E6B2. Grayscale: #555555. Windows color (decimal): -3204787 or 5052879. OLE color: 5052879.
HSL color Cylindrical-coordinate representation of color #CF194D: hue angle of 342.86º 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 #CF194D is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 77 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.19 |
| HSL | 342.86º | 0.78% | 0.45% | - |
| HSV(B) | 342.86º | 0.88% | 0.81% | - |
| XYZ | 27.42 | 14.5 | 8.37 | - |
| YUV | 85.35 | 123.3 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 77 | 0 | 0.88 | 0.63 | 0.19 | 342.86 | 0.78 | 0.45 |
| Hex | CF | 19 | 4D | 0 | 58 | 3F | 13 | 157 | 4E | 2D |
| Octal | 317 | 31 | 115 | 0 | 130 | 77 | 23 | 527 | 116 | 55 |
| Binary | 11001111 | 11001 | 1001101 | 0 | 1011000 | 111111 | 10011 | 101010111 | 1001110 | 101101 |
Color Harmonies of #CF194D
Complementary color
Monochromatic Colors of #CF194D
Black with #CF194D
Text Example
Text Example
White with #CF194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF194D; }
p { color: rgb(207,25,77); }
H1.HeaderClassName
{
color: #CF194D;
}
.AnyTagClassName
{
color: #CF194D;
}
</style>
background-color css
<style>
a { background-color: #CF194D; }
a { background-color: rgb(207,25,77); }
div.DivClassName
{
background-color: #CF194D;
}
.BgClassName
{
background-color: #CF194D;
}
</style>
border-color css
<style>
span { border-color: #CF194D; }
span { border-color: rgb(207,25,77); }
td.TdClassName
{
border-color: #CF194D;
}
.TagClassName
{
border-color: #CF194D;
}
</style>