Shades of Cardinal #C9103D
Tints of Cardinal #C9103D
RGB
CMYK
RGB Variations
Color information
#C9103D (or 0xC9103D) is known color: Cardinal. HEX triplet: C9, 10 and 3D. RGB value is (201,16,61). Sum of RGB (Red+Green+Blue) = 201+16+61=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C9103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9103D is #36EFC2. Grayscale: #4C4C4C. Windows color (decimal): -3600323 or 4001993. OLE color: 4001993.
HSL color Cylindrical-coordinate representation of color #C9103D: hue angle of 345.41º 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 #C9103D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 61 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.21 |
| HSL | 345.41º | 0.85% | 0.43% | - |
| HSV(B) | 345.41º | 0.92% | 0.79% | - |
| XYZ | 25.11 | 13.13 | 5.62 | - |
| YUV | 76.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 61 | 0 | 0.92 | 0.70 | 0.21 | 345.41 | 0.85 | 0.43 |
| Hex | C9 | 10 | 3D | 0 | 5C | 46 | 15 | 159 | 55 | 2B |
| Octal | 311 | 20 | 75 | 0 | 134 | 106 | 25 | 531 | 125 | 53 |
| Binary | 11001001 | 10000 | 111101 | 0 | 1011100 | 1000110 | 10101 | 101011001 | 1010101 | 101011 |
Color Harmonies of #C9103D
Complementary color
Monochromatic Colors of #C9103D
Black with #C9103D
Text Example
Text Example
White with #C9103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9103D; }
p { color: rgb(201,16,61); }
H1.HeaderClassName
{
color: #C9103D;
}
.AnyTagClassName
{
color: #C9103D;
}
</style>
background-color css
<style>
a { background-color: #C9103D; }
a { background-color: rgb(201,16,61); }
div.DivClassName
{
background-color: #C9103D;
}
.BgClassName
{
background-color: #C9103D;
}
</style>
border-color css
<style>
span { border-color: #C9103D; }
span { border-color: rgb(201,16,61); }
td.TdClassName
{
border-color: #C9103D;
}
.TagClassName
{
border-color: #C9103D;
}
</style>