Shades of Cardinal #C91346
Tints of Cardinal #C91346
RGB
CMYK
RGB Variations
Color information
#C91346 (or 0xC91346) is known color: Cardinal. HEX triplet: C9, 13 and 46. RGB value is (201,19,70). Sum of RGB (Red+Green+Blue) = 201+19+70=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C91346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91346 is #36ECB9. Grayscale: #4F4F4F. Windows color (decimal): -3599546 or 4592585. OLE color: 4592585.
HSL color Cylindrical-coordinate representation of color #C91346: hue angle of 343.19º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91346 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 70 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.21 |
| HSL | 343.19º | 0.83% | 0.43% | - |
| HSV(B) | 343.19º | 0.91% | 0.79% | - |
| XYZ | 25.43 | 13.33 | 7.03 | - |
| YUV | 79.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 70 | 0 | 0.91 | 0.65 | 0.21 | 343.19 | 0.83 | 0.43 |
| Hex | C9 | 13 | 46 | 0 | 5B | 41 | 15 | 157 | 53 | 2B |
| Octal | 311 | 23 | 106 | 0 | 133 | 101 | 25 | 527 | 123 | 53 |
| Binary | 11001001 | 10011 | 1000110 | 0 | 1011011 | 1000001 | 10101 | 101010111 | 1010011 | 101011 |
Color Harmonies of #C91346
Complementary color
Monochromatic Colors of #C91346
Black with #C91346
Text Example
Text Example
White with #C91346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91346; }
p { color: rgb(201,19,70); }
H1.HeaderClassName
{
color: #C91346;
}
.AnyTagClassName
{
color: #C91346;
}
</style>
background-color css
<style>
a { background-color: #C91346; }
a { background-color: rgb(201,19,70); }
div.DivClassName
{
background-color: #C91346;
}
.BgClassName
{
background-color: #C91346;
}
</style>
border-color css
<style>
span { border-color: #C91346; }
span { border-color: rgb(201,19,70); }
td.TdClassName
{
border-color: #C91346;
}
.TagClassName
{
border-color: #C91346;
}
</style>