Shades of Cardinal #C9143F
Tints of Cardinal #C9143F
RGB
CMYK
RGB Variations
Color information
#C9143F (or 0xC9143F) is known color: Cardinal. HEX triplet: C9, 14 and 3F. RGB value is (201,20,63). Sum of RGB (Red+Green+Blue) = 201+20+63=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9143F is #36EBC0. Grayscale: #4F4F4F. Windows color (decimal): -3599297 or 4134089. OLE color: 4134089.
HSL color Cylindrical-coordinate representation of color #C9143F: hue angle of 345.75º 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 #C9143F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 63 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.21 |
| HSL | 345.75º | 0.82% | 0.43% | - |
| HSV(B) | 345.75º | 0.9% | 0.79% | - |
| XYZ | 25.23 | 13.28 | 5.94 | - |
| YUV | 79.02 | 118.97 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 63 | 0 | 0.90 | 0.69 | 0.21 | 345.75 | 0.82 | 0.43 |
| Hex | C9 | 14 | 3F | 0 | 5A | 45 | 15 | 15A | 52 | 2B |
| Octal | 311 | 24 | 77 | 0 | 132 | 105 | 25 | 532 | 122 | 53 |
| Binary | 11001001 | 10100 | 111111 | 0 | 1011010 | 1000101 | 10101 | 101011010 | 1010010 | 101011 |
Color Harmonies of #C9143F
Complementary color
Monochromatic Colors of #C9143F
Black with #C9143F
Text Example
Text Example
White with #C9143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9143F; }
p { color: rgb(201,20,63); }
H1.HeaderClassName
{
color: #C9143F;
}
.AnyTagClassName
{
color: #C9143F;
}
</style>
background-color css
<style>
a { background-color: #C9143F; }
a { background-color: rgb(201,20,63); }
div.DivClassName
{
background-color: #C9143F;
}
.BgClassName
{
background-color: #C9143F;
}
</style>
border-color css
<style>
span { border-color: #C9143F; }
span { border-color: rgb(201,20,63); }
td.TdClassName
{
border-color: #C9143F;
}
.TagClassName
{
border-color: #C9143F;
}
</style>