Shades of Cardinal #C9142E
Tints of Cardinal #C9142E
RGB
CMYK
RGB Variations
Color information
#C9142E (or 0xC9142E) is known color: Cardinal. HEX triplet: C9, 14 and 2E. RGB value is (201,20,46). Sum of RGB (Red+Green+Blue) = 201+20+46=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C9142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9142E is #36EBD1. Grayscale: #4D4D4D. Windows color (decimal): -3599314 or 3019977. OLE color: 3019977.
HSL color Cylindrical-coordinate representation of color #C9142E: hue angle of 351.38º 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 #C9142E is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 46 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.21 |
| HSL | 351.38º | 0.82% | 0.43% | - |
| HSV(B) | 351.38º | 0.9% | 0.79% | - |
| XYZ | 24.83 | 13.12 | 3.81 | - |
| YUV | 77.08 | 110.47 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 46 | 0 | 0.90 | 0.77 | 0.21 | 351.38 | 0.82 | 0.43 |
| Hex | C9 | 14 | 2E | 0 | 5A | 4D | 15 | 15F | 52 | 2B |
| Octal | 311 | 24 | 56 | 0 | 132 | 115 | 25 | 537 | 122 | 53 |
| Binary | 11001001 | 10100 | 101110 | 0 | 1011010 | 1001101 | 10101 | 101011111 | 1010010 | 101011 |
Color Harmonies of #C9142E
Complementary color
Monochromatic Colors of #C9142E
Black with #C9142E
Text Example
Text Example
White with #C9142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9142E; }
p { color: rgb(201,20,46); }
H1.HeaderClassName
{
color: #C9142E;
}
.AnyTagClassName
{
color: #C9142E;
}
</style>
background-color css
<style>
a { background-color: #C9142E; }
a { background-color: rgb(201,20,46); }
div.DivClassName
{
background-color: #C9142E;
}
.BgClassName
{
background-color: #C9142E;
}
</style>
border-color css
<style>
span { border-color: #C9142E; }
span { border-color: rgb(201,20,46); }
td.TdClassName
{
border-color: #C9142E;
}
.TagClassName
{
border-color: #C9142E;
}
</style>