Shades of Cardinal #C61D45
Tints of Cardinal #C61D45
RGB
CMYK
RGB Variations
Color information
#C61D45 (or 0xC61D45) is known color: Cardinal. HEX triplet: C6, 1D and 45. RGB value is (198,29,69). Sum of RGB (Red+Green+Blue) = 198+29+69=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D45 is #39E2BA. Grayscale: #545454. Windows color (decimal): -3793595 or 4529606. OLE color: 4529606.
HSL color Cylindrical-coordinate representation of color #C61D45: hue angle of 345.8º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61D45 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 69 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.22 |
| HSL | 345.8º | 0.74% | 0.45% | - |
| HSV(B) | 345.8º | 0.85% | 0.78% | - |
| XYZ | 24.8 | 13.31 | 6.89 | - |
| YUV | 84.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 69 | 0 | 0.85 | 0.65 | 0.22 | 345.8 | 0.74 | 0.45 |
| Hex | C6 | 1D | 45 | 0 | 55 | 41 | 16 | 15A | 4A | 2D |
| Octal | 306 | 35 | 105 | 0 | 125 | 101 | 26 | 532 | 112 | 55 |
| Binary | 11000110 | 11101 | 1000101 | 0 | 1010101 | 1000001 | 10110 | 101011010 | 1001010 | 101101 |
Color Harmonies of #C61D45
Complementary color
Monochromatic Colors of #C61D45
Black with #C61D45
Text Example
Text Example
White with #C61D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D45; }
p { color: rgb(198,29,69); }
H1.HeaderClassName
{
color: #C61D45;
}
.AnyTagClassName
{
color: #C61D45;
}
</style>
background-color css
<style>
a { background-color: #C61D45; }
a { background-color: rgb(198,29,69); }
div.DivClassName
{
background-color: #C61D45;
}
.BgClassName
{
background-color: #C61D45;
}
</style>
border-color css
<style>
span { border-color: #C61D45; }
span { border-color: rgb(198,29,69); }
td.TdClassName
{
border-color: #C61D45;
}
.TagClassName
{
border-color: #C61D45;
}
</style>