Shades of Cardinal #C61C45
Tints of Cardinal #C61C45
RGB
CMYK
RGB Variations
Color information
#C61C45 (or 0xC61C45) is known color: Cardinal. HEX triplet: C6, 1C and 45. RGB value is (198,28,69). Sum of RGB (Red+Green+Blue) = 198+28+69=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C45 is #39E3BA. Grayscale: #535353. Windows color (decimal): -3793851 or 4529350. OLE color: 4529350.
HSL color Cylindrical-coordinate representation of color #C61C45: hue angle of 345.53º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C45 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 69 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.22 |
| HSL | 345.53º | 0.75% | 0.44% | - |
| HSV(B) | 345.53º | 0.86% | 0.78% | - |
| XYZ | 24.78 | 13.27 | 6.88 | - |
| YUV | 83.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 69 | 0 | 0.86 | 0.65 | 0.22 | 345.53 | 0.75 | 0.44 |
| Hex | C6 | 1C | 45 | 0 | 56 | 41 | 16 | 15A | 4B | 2C |
| Octal | 306 | 34 | 105 | 0 | 126 | 101 | 26 | 532 | 113 | 54 |
| Binary | 11000110 | 11100 | 1000101 | 0 | 1010110 | 1000001 | 10110 | 101011010 | 1001011 | 101100 |
Color Harmonies of #C61C45
Complementary color
Monochromatic Colors of #C61C45
Black with #C61C45
Text Example
Text Example
White with #C61C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C45; }
p { color: rgb(198,28,69); }
H1.HeaderClassName
{
color: #C61C45;
}
.AnyTagClassName
{
color: #C61C45;
}
</style>
background-color css
<style>
a { background-color: #C61C45; }
a { background-color: rgb(198,28,69); }
div.DivClassName
{
background-color: #C61C45;
}
.BgClassName
{
background-color: #C61C45;
}
</style>
border-color css
<style>
span { border-color: #C61C45; }
span { border-color: rgb(198,28,69); }
td.TdClassName
{
border-color: #C61C45;
}
.TagClassName
{
border-color: #C61C45;
}
</style>