Shades of Cardinal #C61630
Tints of Cardinal #C61630
RGB
CMYK
RGB Variations
Color information
#C61630 (or 0xC61630) is known color: Cardinal. HEX triplet: C6, 16 and 30. RGB value is (198,22,48). Sum of RGB (Red+Green+Blue) = 198+22+48=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C61630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61630 is #39E9CF. Grayscale: #4D4D4D. Windows color (decimal): -3795408 or 3151558. OLE color: 3151558.
HSL color Cylindrical-coordinate representation of color #C61630: hue angle of 351.14º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61630 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 48 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.22 |
| HSL | 351.14º | 0.8% | 0.43% | - |
| HSV(B) | 351.14º | 0.89% | 0.78% | - |
| XYZ | 24.11 | 12.79 | 3.99 | - |
| YUV | 77.59 | 111.31 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 48 | 0 | 0.89 | 0.76 | 0.22 | 351.14 | 0.8 | 0.43 |
| Hex | C6 | 16 | 30 | 0 | 59 | 4C | 16 | 15F | 50 | 2B |
| Octal | 306 | 26 | 60 | 0 | 131 | 114 | 26 | 537 | 120 | 53 |
| Binary | 11000110 | 10110 | 110000 | 0 | 1011001 | 1001100 | 10110 | 101011111 | 1010000 | 101011 |
Color Harmonies of #C61630
Complementary color
Monochromatic Colors of #C61630
Black with #C61630
Text Example
Text Example
White with #C61630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61630; }
p { color: rgb(198,22,48); }
H1.HeaderClassName
{
color: #C61630;
}
.AnyTagClassName
{
color: #C61630;
}
</style>
background-color css
<style>
a { background-color: #C61630; }
a { background-color: rgb(198,22,48); }
div.DivClassName
{
background-color: #C61630;
}
.BgClassName
{
background-color: #C61630;
}
</style>
border-color css
<style>
span { border-color: #C61630; }
span { border-color: rgb(198,22,48); }
td.TdClassName
{
border-color: #C61630;
}
.TagClassName
{
border-color: #C61630;
}
</style>