Shades of Cardinal #C91630
Tints of Cardinal #C91630
RGB
CMYK
RGB Variations
Color information
#C91630 (or 0xC91630) is known color: Cardinal. HEX triplet: C9, 16 and 30. RGB value is (201,22,48). Sum of RGB (Red+Green+Blue) = 201+22+48=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C91630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91630 is #36E9CF. Grayscale: #4E4E4E. Windows color (decimal): -3598800 or 3151561. OLE color: 3151561.
HSL color Cylindrical-coordinate representation of color #C91630: hue angle of 351.28º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91630 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 48 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.21 |
| HSL | 351.28º | 0.8% | 0.44% | - |
| HSV(B) | 351.28º | 0.89% | 0.79% | - |
| XYZ | 24.91 | 13.2 | 4.03 | - |
| YUV | 78.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 48 | 0 | 0.89 | 0.76 | 0.21 | 351.28 | 0.8 | 0.44 |
| Hex | C9 | 16 | 30 | 0 | 59 | 4C | 15 | 15F | 50 | 2C |
| Octal | 311 | 26 | 60 | 0 | 131 | 114 | 25 | 537 | 120 | 54 |
| Binary | 11001001 | 10110 | 110000 | 0 | 1011001 | 1001100 | 10101 | 101011111 | 1010000 | 101100 |
Color Harmonies of #C91630
Complementary color
Monochromatic Colors of #C91630
Black with #C91630
Text Example
Text Example
White with #C91630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91630; }
p { color: rgb(201,22,48); }
H1.HeaderClassName
{
color: #C91630;
}
.AnyTagClassName
{
color: #C91630;
}
</style>
background-color css
<style>
a { background-color: #C91630; }
a { background-color: rgb(201,22,48); }
div.DivClassName
{
background-color: #C91630;
}
.BgClassName
{
background-color: #C91630;
}
</style>
border-color css
<style>
span { border-color: #C91630; }
span { border-color: rgb(201,22,48); }
td.TdClassName
{
border-color: #C91630;
}
.TagClassName
{
border-color: #C91630;
}
</style>