Shades of Cardinal #C91330
Tints of Cardinal #C91330
RGB
CMYK
RGB Variations
Color information
#C91330 (or 0xC91330) is known color: Cardinal. HEX triplet: C9, 13 and 30. RGB value is (201,19,48). Sum of RGB (Red+Green+Blue) = 201+19+48=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C91330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91330 is #36ECCF. Grayscale: #4C4C4C. Windows color (decimal): -3599568 or 3150793. OLE color: 3150793.
HSL color Cylindrical-coordinate representation of color #C91330: hue angle of 350.44º 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 #C91330 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 48 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.21 |
| HSL | 350.44º | 0.83% | 0.43% | - |
| HSV(B) | 350.44º | 0.91% | 0.79% | - |
| XYZ | 24.85 | 13.1 | 4.01 | - |
| YUV | 76.72 | 111.8 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 48 | 0 | 0.91 | 0.76 | 0.21 | 350.44 | 0.83 | 0.43 |
| Hex | C9 | 13 | 30 | 0 | 5B | 4C | 15 | 15E | 53 | 2B |
| Octal | 311 | 23 | 60 | 0 | 133 | 114 | 25 | 536 | 123 | 53 |
| Binary | 11001001 | 10011 | 110000 | 0 | 1011011 | 1001100 | 10101 | 101011110 | 1010011 | 101011 |
Color Harmonies of #C91330
Complementary color
Monochromatic Colors of #C91330
Black with #C91330
Text Example
Text Example
White with #C91330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91330; }
p { color: rgb(201,19,48); }
H1.HeaderClassName
{
color: #C91330;
}
.AnyTagClassName
{
color: #C91330;
}
</style>
background-color css
<style>
a { background-color: #C91330; }
a { background-color: rgb(201,19,48); }
div.DivClassName
{
background-color: #C91330;
}
.BgClassName
{
background-color: #C91330;
}
</style>
border-color css
<style>
span { border-color: #C91330; }
span { border-color: rgb(201,19,48); }
td.TdClassName
{
border-color: #C91330;
}
.TagClassName
{
border-color: #C91330;
}
</style>