Shades of Cardinal #C61235
Tints of Cardinal #C61235
RGB
CMYK
RGB Variations
Color information
#C61235 (or 0xC61235) is known color: Cardinal. HEX triplet: C6, 12 and 35. RGB value is (198,18,53). Sum of RGB (Red+Green+Blue) = 198+18+53=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C61235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61235 is #39EDCA. Grayscale: #4B4B4B. Windows color (decimal): -3796427 or 3478214. OLE color: 3478214.
HSL color Cylindrical-coordinate representation of color #C61235: hue angle of 348.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61235 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 53 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.22 |
| HSL | 348.33º | 0.83% | 0.42% | - |
| HSV(B) | 348.33º | 0.91% | 0.78% | - |
| XYZ | 24.15 | 12.7 | 4.55 | - |
| YUV | 75.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 53 | 0 | 0.91 | 0.73 | 0.22 | 348.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 35 | 0 | 5B | 49 | 16 | 15C | 53 | 2A |
| Octal | 306 | 22 | 65 | 0 | 133 | 111 | 26 | 534 | 123 | 52 |
| Binary | 11000110 | 10010 | 110101 | 0 | 1011011 | 1001001 | 10110 | 101011100 | 1010011 | 101010 |
Color Harmonies of #C61235
Complementary color
Monochromatic Colors of #C61235
Black with #C61235
Text Example
Text Example
White with #C61235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61235; }
p { color: rgb(198,18,53); }
H1.HeaderClassName
{
color: #C61235;
}
.AnyTagClassName
{
color: #C61235;
}
</style>
background-color css
<style>
a { background-color: #C61235; }
a { background-color: rgb(198,18,53); }
div.DivClassName
{
background-color: #C61235;
}
.BgClassName
{
background-color: #C61235;
}
</style>
border-color css
<style>
span { border-color: #C61235; }
span { border-color: rgb(198,18,53); }
td.TdClassName
{
border-color: #C61235;
}
.TagClassName
{
border-color: #C61235;
}
</style>