Shades of Cardinal #C91342
Tints of Cardinal #C91342
RGB
CMYK
RGB Variations
Color information
#C91342 (or 0xC91342) is known color: Cardinal. HEX triplet: C9, 13 and 42. RGB value is (201,19,66). Sum of RGB (Red+Green+Blue) = 201+19+66=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C91342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91342 is #36ECBD. Grayscale: #4E4E4E. Windows color (decimal): -3599550 or 4330441. OLE color: 4330441.
HSL color Cylindrical-coordinate representation of color #C91342: hue angle of 344.51º 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 #C91342 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 66 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.21 |
| HSL | 344.51º | 0.83% | 0.43% | - |
| HSV(B) | 344.51º | 0.91% | 0.79% | - |
| XYZ | 25.3 | 13.28 | 6.38 | - |
| YUV | 78.78 | 120.8 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 66 | 0 | 0.91 | 0.67 | 0.21 | 344.51 | 0.83 | 0.43 |
| Hex | C9 | 13 | 42 | 0 | 5B | 43 | 15 | 159 | 53 | 2B |
| Octal | 311 | 23 | 102 | 0 | 133 | 103 | 25 | 531 | 123 | 53 |
| Binary | 11001001 | 10011 | 1000010 | 0 | 1011011 | 1000011 | 10101 | 101011001 | 1010011 | 101011 |
Color Harmonies of #C91342
Complementary color
Monochromatic Colors of #C91342
Black with #C91342
Text Example
Text Example
White with #C91342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91342; }
p { color: rgb(201,19,66); }
H1.HeaderClassName
{
color: #C91342;
}
.AnyTagClassName
{
color: #C91342;
}
</style>
background-color css
<style>
a { background-color: #C91342; }
a { background-color: rgb(201,19,66); }
div.DivClassName
{
background-color: #C91342;
}
.BgClassName
{
background-color: #C91342;
}
</style>
border-color css
<style>
span { border-color: #C91342; }
span { border-color: rgb(201,19,66); }
td.TdClassName
{
border-color: #C91342;
}
.TagClassName
{
border-color: #C91342;
}
</style>