Shades of Cardinal #C61530
Tints of Cardinal #C61530
RGB
CMYK
RGB Variations
Color information
#C61530 (or 0xC61530) is known color: Cardinal. HEX triplet: C6, 15 and 30. RGB value is (198,21,48). Sum of RGB (Red+Green+Blue) = 198+21+48=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C61530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61530 is #39EACF. Grayscale: #4D4D4D. Windows color (decimal): -3795664 or 3151302. OLE color: 3151302.
HSL color Cylindrical-coordinate representation of color #C61530: hue angle of 350.85º degrees, saturation: 0.81, 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 #C61530 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 48 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.22 |
| HSL | 350.85º | 0.81% | 0.43% | - |
| HSV(B) | 350.85º | 0.89% | 0.78% | - |
| XYZ | 24.09 | 12.76 | 3.99 | - |
| YUV | 77 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 48 | 0 | 0.89 | 0.76 | 0.22 | 350.85 | 0.81 | 0.43 |
| Hex | C6 | 15 | 30 | 0 | 59 | 4C | 16 | 15F | 51 | 2B |
| Octal | 306 | 25 | 60 | 0 | 131 | 114 | 26 | 537 | 121 | 53 |
| Binary | 11000110 | 10101 | 110000 | 0 | 1011001 | 1001100 | 10110 | 101011111 | 1010001 | 101011 |
Color Harmonies of #C61530
Complementary color
Monochromatic Colors of #C61530
Black with #C61530
Text Example
Text Example
White with #C61530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61530; }
p { color: rgb(198,21,48); }
H1.HeaderClassName
{
color: #C61530;
}
.AnyTagClassName
{
color: #C61530;
}
</style>
background-color css
<style>
a { background-color: #C61530; }
a { background-color: rgb(198,21,48); }
div.DivClassName
{
background-color: #C61530;
}
.BgClassName
{
background-color: #C61530;
}
</style>
border-color css
<style>
span { border-color: #C61530; }
span { border-color: rgb(198,21,48); }
td.TdClassName
{
border-color: #C61530;
}
.TagClassName
{
border-color: #C61530;
}
</style>