Shades of Cardinal #C9103E
Tints of Cardinal #C9103E
RGB
CMYK
RGB Variations
Color information
#C9103E (or 0xC9103E) is known color: Cardinal. HEX triplet: C9, 10 and 3E. RGB value is (201,16,62). Sum of RGB (Red+Green+Blue) = 201+16+62=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C9103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9103E is #36EFC1. Grayscale: #4C4C4C. Windows color (decimal): -3600322 or 4067529. OLE color: 4067529.
HSL color Cylindrical-coordinate representation of color #C9103E: hue angle of 345.08º 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 #C9103E is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 62 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.21 |
| HSL | 345.08º | 0.85% | 0.43% | - |
| HSV(B) | 345.08º | 0.92% | 0.79% | - |
| XYZ | 25.14 | 13.14 | 5.77 | - |
| YUV | 76.56 | 119.79 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 62 | 0 | 0.92 | 0.69 | 0.21 | 345.08 | 0.85 | 0.43 |
| Hex | C9 | 10 | 3E | 0 | 5C | 45 | 15 | 159 | 55 | 2B |
| Octal | 311 | 20 | 76 | 0 | 134 | 105 | 25 | 531 | 125 | 53 |
| Binary | 11001001 | 10000 | 111110 | 0 | 1011100 | 1000101 | 10101 | 101011001 | 1010101 | 101011 |
Color Harmonies of #C9103E
Complementary color
Monochromatic Colors of #C9103E
Black with #C9103E
Text Example
Text Example
White with #C9103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9103E; }
p { color: rgb(201,16,62); }
H1.HeaderClassName
{
color: #C9103E;
}
.AnyTagClassName
{
color: #C9103E;
}
</style>
background-color css
<style>
a { background-color: #C9103E; }
a { background-color: rgb(201,16,62); }
div.DivClassName
{
background-color: #C9103E;
}
.BgClassName
{
background-color: #C9103E;
}
</style>
border-color css
<style>
span { border-color: #C9103E; }
span { border-color: rgb(201,16,62); }
td.TdClassName
{
border-color: #C9103E;
}
.TagClassName
{
border-color: #C9103E;
}
</style>