Shades of Cardinal #C9103C
Tints of Cardinal #C9103C
RGB
CMYK
RGB Variations
Color information
#C9103C (or 0xC9103C) is known color: Cardinal. HEX triplet: C9, 10 and 3C. RGB value is (201,16,60). Sum of RGB (Red+Green+Blue) = 201+16+60=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C9103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9103C is #36EFC3. Grayscale: #4C4C4C. Windows color (decimal): -3600324 or 3936457. OLE color: 3936457.
HSL color Cylindrical-coordinate representation of color #C9103C: hue angle of 345.73º 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 #C9103C is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.21 |
| HSL | 345.73º | 0.85% | 0.43% | - |
| HSV(B) | 345.73º | 0.92% | 0.79% | - |
| XYZ | 25.09 | 13.11 | 5.48 | - |
| YUV | 76.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 60 | 0 | 0.92 | 0.70 | 0.21 | 345.73 | 0.85 | 0.43 |
| Hex | C9 | 10 | 3C | 0 | 5C | 46 | 15 | 15A | 55 | 2B |
| Octal | 311 | 20 | 74 | 0 | 134 | 106 | 25 | 532 | 125 | 53 |
| Binary | 11001001 | 10000 | 111100 | 0 | 1011100 | 1000110 | 10101 | 101011010 | 1010101 | 101011 |
Color Harmonies of #C9103C
Complementary color
Monochromatic Colors of #C9103C
Black with #C9103C
Text Example
Text Example
White with #C9103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9103C; }
p { color: rgb(201,16,60); }
H1.HeaderClassName
{
color: #C9103C;
}
.AnyTagClassName
{
color: #C9103C;
}
</style>
background-color css
<style>
a { background-color: #C9103C; }
a { background-color: rgb(201,16,60); }
div.DivClassName
{
background-color: #C9103C;
}
.BgClassName
{
background-color: #C9103C;
}
</style>
border-color css
<style>
span { border-color: #C9103C; }
span { border-color: rgb(201,16,60); }
td.TdClassName
{
border-color: #C9103C;
}
.TagClassName
{
border-color: #C9103C;
}
</style>