Shades of Cardinal #CF193F
Tints of Cardinal #CF193F
RGB
CMYK
RGB Variations
Color information
#CF193F (or 0xCF193F) is known color: Cardinal. HEX triplet: CF, 19 and 3F. RGB value is (207,25,63). Sum of RGB (Red+Green+Blue) = 207+25+63=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF193F is #30E6C0. Grayscale: #535353. Windows color (decimal): -3204801 or 4135375. OLE color: 4135375.
HSL color Cylindrical-coordinate representation of color #CF193F: hue angle of 347.47º 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 #CF193F is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 63 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.19 |
| HSL | 347.47º | 0.78% | 0.45% | - |
| HSV(B) | 347.47º | 0.88% | 0.81% | - |
| XYZ | 26.98 | 14.32 | 6.04 | - |
| YUV | 83.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 63 | 0 | 0.88 | 0.70 | 0.19 | 347.47 | 0.78 | 0.45 |
| Hex | CF | 19 | 3F | 0 | 58 | 46 | 13 | 15B | 4E | 2D |
| Octal | 317 | 31 | 77 | 0 | 130 | 106 | 23 | 533 | 116 | 55 |
| Binary | 11001111 | 11001 | 111111 | 0 | 1011000 | 1000110 | 10011 | 101011011 | 1001110 | 101101 |
Color Harmonies of #CF193F
Complementary color
Monochromatic Colors of #CF193F
Black with #CF193F
Text Example
Text Example
White with #CF193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF193F; }
p { color: rgb(207,25,63); }
H1.HeaderClassName
{
color: #CF193F;
}
.AnyTagClassName
{
color: #CF193F;
}
</style>
background-color css
<style>
a { background-color: #CF193F; }
a { background-color: rgb(207,25,63); }
div.DivClassName
{
background-color: #CF193F;
}
.BgClassName
{
background-color: #CF193F;
}
</style>
border-color css
<style>
span { border-color: #CF193F; }
span { border-color: rgb(207,25,63); }
td.TdClassName
{
border-color: #CF193F;
}
.TagClassName
{
border-color: #CF193F;
}
</style>