Shades of Crimson #CF194C
Tints of Crimson #CF194C
RGB
CMYK
RGB Variations
Color information
#CF194C (or 0xCF194C) is known color: Crimson. HEX triplet: CF, 19 and 4C. RGB value is (207,25,76). Sum of RGB (Red+Green+Blue) = 207+25+76=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF194C is #30E6B3. Grayscale: #555555. Windows color (decimal): -3204788 or 4987343. OLE color: 4987343.
HSL color Cylindrical-coordinate representation of color #CF194C: hue angle of 343.19º 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 #CF194C is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 76 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.19 |
| HSL | 343.19º | 0.78% | 0.45% | - |
| HSV(B) | 343.19º | 0.88% | 0.81% | - |
| XYZ | 27.38 | 14.48 | 8.19 | - |
| YUV | 85.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 76 | 0 | 0.88 | 0.63 | 0.19 | 343.19 | 0.78 | 0.45 |
| Hex | CF | 19 | 4C | 0 | 58 | 3F | 13 | 157 | 4E | 2D |
| Octal | 317 | 31 | 114 | 0 | 130 | 77 | 23 | 527 | 116 | 55 |
| Binary | 11001111 | 11001 | 1001100 | 0 | 1011000 | 111111 | 10011 | 101010111 | 1001110 | 101101 |
Color Harmonies of #CF194C
Complementary color
Monochromatic Colors of #CF194C
Black with #CF194C
Text Example
Text Example
White with #CF194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF194C; }
p { color: rgb(207,25,76); }
H1.HeaderClassName
{
color: #CF194C;
}
.AnyTagClassName
{
color: #CF194C;
}
</style>
background-color css
<style>
a { background-color: #CF194C; }
a { background-color: rgb(207,25,76); }
div.DivClassName
{
background-color: #CF194C;
}
.BgClassName
{
background-color: #CF194C;
}
</style>
border-color css
<style>
span { border-color: #CF194C; }
span { border-color: rgb(207,25,76); }
td.TdClassName
{
border-color: #CF194C;
}
.TagClassName
{
border-color: #CF194C;
}
</style>