Shades of Cardinal #C9143D
Tints of Cardinal #C9143D
RGB
CMYK
RGB Variations
Color information
#C9143D (or 0xC9143D) is known color: Cardinal. HEX triplet: C9, 14 and 3D. RGB value is (201,20,61). Sum of RGB (Red+Green+Blue) = 201+20+61=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9143D is #36EBC2. Grayscale: #4E4E4E. Windows color (decimal): -3599299 or 4003017. OLE color: 4003017.
HSL color Cylindrical-coordinate representation of color #C9143D: hue angle of 346.41º 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 #C9143D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 61 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.21 |
| HSL | 346.41º | 0.82% | 0.43% | - |
| HSV(B) | 346.41º | 0.9% | 0.79% | - |
| XYZ | 25.18 | 13.25 | 5.65 | - |
| YUV | 78.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 61 | 0 | 0.90 | 0.70 | 0.21 | 346.41 | 0.82 | 0.43 |
| Hex | C9 | 14 | 3D | 0 | 5A | 46 | 15 | 15A | 52 | 2B |
| Octal | 311 | 24 | 75 | 0 | 132 | 106 | 25 | 532 | 122 | 53 |
| Binary | 11001001 | 10100 | 111101 | 0 | 1011010 | 1000110 | 10101 | 101011010 | 1010010 | 101011 |
Color Harmonies of #C9143D
Complementary color
Monochromatic Colors of #C9143D
Black with #C9143D
Text Example
Text Example
White with #C9143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9143D; }
p { color: rgb(201,20,61); }
H1.HeaderClassName
{
color: #C9143D;
}
.AnyTagClassName
{
color: #C9143D;
}
</style>
background-color css
<style>
a { background-color: #C9143D; }
a { background-color: rgb(201,20,61); }
div.DivClassName
{
background-color: #C9143D;
}
.BgClassName
{
background-color: #C9143D;
}
</style>
border-color css
<style>
span { border-color: #C9143D; }
span { border-color: rgb(201,20,61); }
td.TdClassName
{
border-color: #C9143D;
}
.TagClassName
{
border-color: #C9143D;
}
</style>