Shades of Cardinal #C9143C
Tints of Cardinal #C9143C
RGB
CMYK
RGB Variations
Color information
#C9143C (or 0xC9143C) is known color: Cardinal. HEX triplet: C9, 14 and 3C. RGB value is (201,20,60). Sum of RGB (Red+Green+Blue) = 201+20+60=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C9143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9143C is #36EBC3. Grayscale: #4E4E4E. Windows color (decimal): -3599300 or 3937481. OLE color: 3937481.
HSL color Cylindrical-coordinate representation of color #C9143C: hue angle of 346.74º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9143C is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 60 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.21 |
| HSL | 346.74º | 0.82% | 0.43% | - |
| HSV(B) | 346.74º | 0.9% | 0.79% | - |
| XYZ | 25.15 | 13.24 | 5.51 | - |
| YUV | 78.68 | 117.47 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 60 | 0 | 0.90 | 0.70 | 0.21 | 346.74 | 0.82 | 0.43 |
| Hex | C9 | 14 | 3C | 0 | 5A | 46 | 15 | 15B | 52 | 2B |
| Octal | 311 | 24 | 74 | 0 | 132 | 106 | 25 | 533 | 122 | 53 |
| Binary | 11001001 | 10100 | 111100 | 0 | 1011010 | 1000110 | 10101 | 101011011 | 1010010 | 101011 |
Color Harmonies of #C9143C
Complementary color
Monochromatic Colors of #C9143C
Black with #C9143C
Text Example
Text Example
White with #C9143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9143C; }
p { color: rgb(201,20,60); }
H1.HeaderClassName
{
color: #C9143C;
}
.AnyTagClassName
{
color: #C9143C;
}
</style>
background-color css
<style>
a { background-color: #C9143C; }
a { background-color: rgb(201,20,60); }
div.DivClassName
{
background-color: #C9143C;
}
.BgClassName
{
background-color: #C9143C;
}
</style>
border-color css
<style>
span { border-color: #C9143C; }
span { border-color: rgb(201,20,60); }
td.TdClassName
{
border-color: #C9143C;
}
.TagClassName
{
border-color: #C9143C;
}
</style>