Shades of Cardinal #CF193A
Tints of Cardinal #CF193A
RGB
CMYK
RGB Variations
Color information
#CF193A (or 0xCF193A) is known color: Cardinal. HEX triplet: CF, 19 and 3A. RGB value is (207,25,58). Sum of RGB (Red+Green+Blue) = 207+25+58=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF193A is #30E6C5. Grayscale: #535353. Windows color (decimal): -3204806 or 3807695. OLE color: 3807695.
HSL color Cylindrical-coordinate representation of color #CF193A: hue angle of 349.12º 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 #CF193A is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 58 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.19 |
| HSL | 349.12º | 0.78% | 0.45% | - |
| HSV(B) | 349.12º | 0.88% | 0.81% | - |
| XYZ | 26.84 | 14.27 | 5.34 | - |
| YUV | 83.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 58 | 0 | 0.88 | 0.72 | 0.19 | 349.12 | 0.78 | 0.45 |
| Hex | CF | 19 | 3A | 0 | 58 | 48 | 13 | 15D | 4E | 2D |
| Octal | 317 | 31 | 72 | 0 | 130 | 110 | 23 | 535 | 116 | 55 |
| Binary | 11001111 | 11001 | 111010 | 0 | 1011000 | 1001000 | 10011 | 101011101 | 1001110 | 101101 |
Color Harmonies of #CF193A
Complementary color
Monochromatic Colors of #CF193A
Black with #CF193A
Text Example
Text Example
White with #CF193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF193A; }
p { color: rgb(207,25,58); }
H1.HeaderClassName
{
color: #CF193A;
}
.AnyTagClassName
{
color: #CF193A;
}
</style>
background-color css
<style>
a { background-color: #CF193A; }
a { background-color: rgb(207,25,58); }
div.DivClassName
{
background-color: #CF193A;
}
.BgClassName
{
background-color: #CF193A;
}
</style>
border-color css
<style>
span { border-color: #CF193A; }
span { border-color: rgb(207,25,58); }
td.TdClassName
{
border-color: #CF193A;
}
.TagClassName
{
border-color: #CF193A;
}
</style>