Shades of Cardinal #C61C40
Tints of Cardinal #C61C40
RGB
CMYK
RGB Variations
Color information
#C61C40 (or 0xC61C40) is known color: Cardinal. HEX triplet: C6, 1C and 40. RGB value is (198,28,64). Sum of RGB (Red+Green+Blue) = 198+28+64=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C40 is #39E3BF. Grayscale: #525252. Windows color (decimal): -3793856 or 4201670. OLE color: 4201670.
HSL color Cylindrical-coordinate representation of color #C61C40: hue angle of 347.29º 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 #C61C40 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 64 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.22 |
| HSL | 347.29º | 0.75% | 0.44% | - |
| HSV(B) | 347.29º | 0.86% | 0.78% | - |
| XYZ | 24.63 | 13.21 | 6.1 | - |
| YUV | 82.93 | 117.32 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 64 | 0 | 0.86 | 0.68 | 0.22 | 347.29 | 0.75 | 0.44 |
| Hex | C6 | 1C | 40 | 0 | 56 | 44 | 16 | 15B | 4B | 2C |
| Octal | 306 | 34 | 100 | 0 | 126 | 104 | 26 | 533 | 113 | 54 |
| Binary | 11000110 | 11100 | 1000000 | 0 | 1010110 | 1000100 | 10110 | 101011011 | 1001011 | 101100 |
Color Harmonies of #C61C40
Complementary color
Monochromatic Colors of #C61C40
Black with #C61C40
Text Example
Text Example
White with #C61C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C40; }
p { color: rgb(198,28,64); }
H1.HeaderClassName
{
color: #C61C40;
}
.AnyTagClassName
{
color: #C61C40;
}
</style>
background-color css
<style>
a { background-color: #C61C40; }
a { background-color: rgb(198,28,64); }
div.DivClassName
{
background-color: #C61C40;
}
.BgClassName
{
background-color: #C61C40;
}
</style>
border-color css
<style>
span { border-color: #C61C40; }
span { border-color: rgb(198,28,64); }
td.TdClassName
{
border-color: #C61C40;
}
.TagClassName
{
border-color: #C61C40;
}
</style>