Shades of Cardinal #C91043
Tints of Cardinal #C91043
RGB
CMYK
RGB Variations
Color information
#C91043 (or 0xC91043) is known color: Cardinal. HEX triplet: C9, 10 and 43. RGB value is (201,16,67). Sum of RGB (Red+Green+Blue) = 201+16+67=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C91043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91043 is #36EFBC. Grayscale: #4D4D4D. Windows color (decimal): -3600317 or 4395209. OLE color: 4395209.
HSL color Cylindrical-coordinate representation of color #C91043: hue angle of 343.46º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91043 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 67 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.21 |
| HSL | 343.46º | 0.85% | 0.43% | - |
| HSV(B) | 343.46º | 0.92% | 0.79% | - |
| XYZ | 25.29 | 13.19 | 6.52 | - |
| YUV | 77.13 | 122.29 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 67 | 0 | 0.92 | 0.67 | 0.21 | 343.46 | 0.85 | 0.43 |
| Hex | C9 | 10 | 43 | 0 | 5C | 43 | 15 | 157 | 55 | 2B |
| Octal | 311 | 20 | 103 | 0 | 134 | 103 | 25 | 527 | 125 | 53 |
| Binary | 11001001 | 10000 | 1000011 | 0 | 1011100 | 1000011 | 10101 | 101010111 | 1010101 | 101011 |
Color Harmonies of #C91043
Complementary color
Monochromatic Colors of #C91043
Black with #C91043
Text Example
Text Example
White with #C91043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91043; }
p { color: rgb(201,16,67); }
H1.HeaderClassName
{
color: #C91043;
}
.AnyTagClassName
{
color: #C91043;
}
</style>
background-color css
<style>
a { background-color: #C91043; }
a { background-color: rgb(201,16,67); }
div.DivClassName
{
background-color: #C91043;
}
.BgClassName
{
background-color: #C91043;
}
</style>
border-color css
<style>
span { border-color: #C91043; }
span { border-color: rgb(201,16,67); }
td.TdClassName
{
border-color: #C91043;
}
.TagClassName
{
border-color: #C91043;
}
</style>