Shades of Cardinal #C61735
Tints of Cardinal #C61735
RGB
CMYK
RGB Variations
Color information
#C61735 (or 0xC61735) is known color: Cardinal. HEX triplet: C6, 17 and 35. RGB value is (198,23,53). Sum of RGB (Red+Green+Blue) = 198+23+53=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C61735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61735 is #39E8CA. Grayscale: #4E4E4E. Windows color (decimal): -3795147 or 3479494. OLE color: 3479494.
HSL color Cylindrical-coordinate representation of color #C61735: hue angle of 349.71º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61735 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 53 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.22 |
| HSL | 349.71º | 0.79% | 0.43% | - |
| HSV(B) | 349.71º | 0.88% | 0.78% | - |
| XYZ | 24.24 | 12.88 | 4.58 | - |
| YUV | 78.75 | 113.48 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 53 | 0 | 0.88 | 0.73 | 0.22 | 349.71 | 0.79 | 0.43 |
| Hex | C6 | 17 | 35 | 0 | 58 | 49 | 16 | 15E | 4F | 2B |
| Octal | 306 | 27 | 65 | 0 | 130 | 111 | 26 | 536 | 117 | 53 |
| Binary | 11000110 | 10111 | 110101 | 0 | 1011000 | 1001001 | 10110 | 101011110 | 1001111 | 101011 |
Color Harmonies of #C61735
Complementary color
Monochromatic Colors of #C61735
Black with #C61735
Text Example
Text Example
White with #C61735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61735; }
p { color: rgb(198,23,53); }
H1.HeaderClassName
{
color: #C61735;
}
.AnyTagClassName
{
color: #C61735;
}
</style>
background-color css
<style>
a { background-color: #C61735; }
a { background-color: rgb(198,23,53); }
div.DivClassName
{
background-color: #C61735;
}
.BgClassName
{
background-color: #C61735;
}
</style>
border-color css
<style>
span { border-color: #C61735; }
span { border-color: rgb(198,23,53); }
td.TdClassName
{
border-color: #C61735;
}
.TagClassName
{
border-color: #C61735;
}
</style>