Shades of Cardinal #C61633
Tints of Cardinal #C61633
RGB
CMYK
RGB Variations
Color information
#C61633 (or 0xC61633) is known color: Cardinal. HEX triplet: C6, 16 and 33. RGB value is (198,22,51). Sum of RGB (Red+Green+Blue) = 198+22+51=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C61633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61633 is #39E9CC. Grayscale: #4D4D4D. Windows color (decimal): -3795405 or 3348166. OLE color: 3348166.
HSL color Cylindrical-coordinate representation of color #C61633: hue angle of 350.11º 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 #C61633 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 51 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.22 |
| HSL | 350.11º | 0.8% | 0.43% | - |
| HSV(B) | 350.11º | 0.89% | 0.78% | - |
| XYZ | 24.17 | 12.82 | 4.33 | - |
| YUV | 77.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 51 | 0 | 0.89 | 0.74 | 0.22 | 350.11 | 0.8 | 0.43 |
| Hex | C6 | 16 | 33 | 0 | 59 | 4A | 16 | 15E | 50 | 2B |
| Octal | 306 | 26 | 63 | 0 | 131 | 112 | 26 | 536 | 120 | 53 |
| Binary | 11000110 | 10110 | 110011 | 0 | 1011001 | 1001010 | 10110 | 101011110 | 1010000 | 101011 |
Color Harmonies of #C61633
Complementary color
Monochromatic Colors of #C61633
Black with #C61633
Text Example
Text Example
White with #C61633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61633; }
p { color: rgb(198,22,51); }
H1.HeaderClassName
{
color: #C61633;
}
.AnyTagClassName
{
color: #C61633;
}
</style>
background-color css
<style>
a { background-color: #C61633; }
a { background-color: rgb(198,22,51); }
div.DivClassName
{
background-color: #C61633;
}
.BgClassName
{
background-color: #C61633;
}
</style>
border-color css
<style>
span { border-color: #C61633; }
span { border-color: rgb(198,22,51); }
td.TdClassName
{
border-color: #C61633;
}
.TagClassName
{
border-color: #C61633;
}
</style>