Shades of Cardinal #C9103A
Tints of Cardinal #C9103A
RGB
CMYK
RGB Variations
Color information
#C9103A (or 0xC9103A) is known color: Cardinal. HEX triplet: C9, 10 and 3A. RGB value is (201,16,58). Sum of RGB (Red+Green+Blue) = 201+16+58=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C9103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9103A is #36EFC5. Grayscale: #4C4C4C. Windows color (decimal): -3600326 or 3805385. OLE color: 3805385.
HSL color Cylindrical-coordinate representation of color #C9103A: hue angle of 346.38º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9103A is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 58 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.21 |
| HSL | 346.38º | 0.85% | 0.43% | - |
| HSV(B) | 346.38º | 0.92% | 0.79% | - |
| XYZ | 25.04 | 13.09 | 5.21 | - |
| YUV | 76.1 | 117.79 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 58 | 0 | 0.92 | 0.71 | 0.21 | 346.38 | 0.85 | 0.43 |
| Hex | C9 | 10 | 3A | 0 | 5C | 47 | 15 | 15A | 55 | 2B |
| Octal | 311 | 20 | 72 | 0 | 134 | 107 | 25 | 532 | 125 | 53 |
| Binary | 11001001 | 10000 | 111010 | 0 | 1011100 | 1000111 | 10101 | 101011010 | 1010101 | 101011 |
Color Harmonies of #C9103A
Complementary color
Monochromatic Colors of #C9103A
Black with #C9103A
Text Example
Text Example
White with #C9103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9103A; }
p { color: rgb(201,16,58); }
H1.HeaderClassName
{
color: #C9103A;
}
.AnyTagClassName
{
color: #C9103A;
}
</style>
background-color css
<style>
a { background-color: #C9103A; }
a { background-color: rgb(201,16,58); }
div.DivClassName
{
background-color: #C9103A;
}
.BgClassName
{
background-color: #C9103A;
}
</style>
border-color css
<style>
span { border-color: #C9103A; }
span { border-color: rgb(201,16,58); }
td.TdClassName
{
border-color: #C9103A;
}
.TagClassName
{
border-color: #C9103A;
}
</style>