Shades of Cardinal #C91F46
Tints of Cardinal #C91F46
RGB
CMYK
RGB Variations
Color information
#C91F46 (or 0xC91F46) is known color: Cardinal. HEX triplet: C9, 1F and 46. RGB value is (201,31,70). Sum of RGB (Red+Green+Blue) = 201+31+70=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91F46 is #36E0B9. Grayscale: #565656. Windows color (decimal): -3596474 or 4595657. OLE color: 4595657.
HSL color Cylindrical-coordinate representation of color #C91F46: hue angle of 346.24º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91F46 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 70 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.21 |
| HSL | 346.24º | 0.73% | 0.45% | - |
| HSV(B) | 346.24º | 0.85% | 0.79% | - |
| XYZ | 25.68 | 13.84 | 7.11 | - |
| YUV | 86.28 | 118.82 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 70 | 0 | 0.85 | 0.65 | 0.21 | 346.24 | 0.73 | 0.45 |
| Hex | C9 | 1F | 46 | 0 | 55 | 41 | 15 | 15A | 49 | 2D |
| Octal | 311 | 37 | 106 | 0 | 125 | 101 | 25 | 532 | 111 | 55 |
| Binary | 11001001 | 11111 | 1000110 | 0 | 1010101 | 1000001 | 10101 | 101011010 | 1001001 | 101101 |
Color Harmonies of #C91F46
Complementary color
Monochromatic Colors of #C91F46
Black with #C91F46
Text Example
Text Example
White with #C91F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F46; }
p { color: rgb(201,31,70); }
H1.HeaderClassName
{
color: #C91F46;
}
.AnyTagClassName
{
color: #C91F46;
}
</style>
background-color css
<style>
a { background-color: #C91F46; }
a { background-color: rgb(201,31,70); }
div.DivClassName
{
background-color: #C91F46;
}
.BgClassName
{
background-color: #C91F46;
}
</style>
border-color css
<style>
span { border-color: #C91F46; }
span { border-color: rgb(201,31,70); }
td.TdClassName
{
border-color: #C91F46;
}
.TagClassName
{
border-color: #C91F46;
}
</style>