Shades of Cardinal #C61245
Tints of Cardinal #C61245
RGB
CMYK
RGB Variations
Color information
#C61245 (or 0xC61245) is known color: Cardinal. HEX triplet: C6, 12 and 45. RGB value is (198,18,69). Sum of RGB (Red+Green+Blue) = 198+18+69=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C61245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61245 is #39EDBA. Grayscale: #4D4D4D. Windows color (decimal): -3796411 or 4526790. OLE color: 4526790.
HSL color Cylindrical-coordinate representation of color #C61245: hue angle of 343º 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 #C61245 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 69 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.22 |
| HSL | 343º | 0.83% | 0.42% | - |
| HSV(B) | 343º | 0.91% | 0.78% | - |
| XYZ | 24.58 | 12.87 | 6.82 | - |
| YUV | 77.63 | 123.13 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 69 | 0 | 0.91 | 0.65 | 0.22 | 343 | 0.83 | 0.42 |
| Hex | C6 | 12 | 45 | 0 | 5B | 41 | 16 | 157 | 53 | 2A |
| Octal | 306 | 22 | 105 | 0 | 133 | 101 | 26 | 527 | 123 | 52 |
| Binary | 11000110 | 10010 | 1000101 | 0 | 1011011 | 1000001 | 10110 | 101010111 | 1010011 | 101010 |
Color Harmonies of #C61245
Complementary color
Monochromatic Colors of #C61245
Black with #C61245
Text Example
Text Example
White with #C61245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61245; }
p { color: rgb(198,18,69); }
H1.HeaderClassName
{
color: #C61245;
}
.AnyTagClassName
{
color: #C61245;
}
</style>
background-color css
<style>
a { background-color: #C61245; }
a { background-color: rgb(198,18,69); }
div.DivClassName
{
background-color: #C61245;
}
.BgClassName
{
background-color: #C61245;
}
</style>
border-color css
<style>
span { border-color: #C61245; }
span { border-color: rgb(198,18,69); }
td.TdClassName
{
border-color: #C61245;
}
.TagClassName
{
border-color: #C61245;
}
</style>