Shades of Cardinal #C9193F
Tints of Cardinal #C9193F
RGB
CMYK
RGB Variations
Color information
#C9193F (or 0xC9193F) is known color: Cardinal. HEX triplet: C9, 19 and 3F. RGB value is (201,25,63). Sum of RGB (Red+Green+Blue) = 201+25+63=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C9193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9193F is #36E6C0. Grayscale: #515151. Windows color (decimal): -3598017 or 4135369. OLE color: 4135369.
HSL color Cylindrical-coordinate representation of color #C9193F: hue angle of 347.05º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9193F is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 63 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.21 |
| HSL | 347.05º | 0.78% | 0.44% | - |
| HSV(B) | 347.05º | 0.88% | 0.79% | - |
| XYZ | 25.33 | 13.47 | 5.97 | - |
| YUV | 81.96 | 117.31 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 63 | 0 | 0.88 | 0.69 | 0.21 | 347.05 | 0.78 | 0.44 |
| Hex | C9 | 19 | 3F | 0 | 58 | 45 | 15 | 15B | 4E | 2C |
| Octal | 311 | 31 | 77 | 0 | 130 | 105 | 25 | 533 | 116 | 54 |
| Binary | 11001001 | 11001 | 111111 | 0 | 1011000 | 1000101 | 10101 | 101011011 | 1001110 | 101100 |
Color Harmonies of #C9193F
Complementary color
Monochromatic Colors of #C9193F
Black with #C9193F
Text Example
Text Example
White with #C9193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9193F; }
p { color: rgb(201,25,63); }
H1.HeaderClassName
{
color: #C9193F;
}
.AnyTagClassName
{
color: #C9193F;
}
</style>
background-color css
<style>
a { background-color: #C9193F; }
a { background-color: rgb(201,25,63); }
div.DivClassName
{
background-color: #C9193F;
}
.BgClassName
{
background-color: #C9193F;
}
</style>
border-color css
<style>
span { border-color: #C9193F; }
span { border-color: rgb(201,25,63); }
td.TdClassName
{
border-color: #C9193F;
}
.TagClassName
{
border-color: #C9193F;
}
</style>