Shades of Cardinal #C61C47
Tints of Cardinal #C61C47
RGB
CMYK
RGB Variations
Color information
#C61C47 (or 0xC61C47) is known color: Cardinal. HEX triplet: C6, 1C and 47. RGB value is (198,28,71). Sum of RGB (Red+Green+Blue) = 198+28+71=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C47 is #39E3B8. Grayscale: #535353. Windows color (decimal): -3793849 or 4660422. OLE color: 4660422.
HSL color Cylindrical-coordinate representation of color #C61C47: hue angle of 344.82º 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 #C61C47 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 71 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.22 |
| HSL | 344.82º | 0.75% | 0.44% | - |
| HSV(B) | 344.82º | 0.86% | 0.78% | - |
| XYZ | 24.84 | 13.29 | 7.22 | - |
| YUV | 83.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 71 | 0 | 0.86 | 0.64 | 0.22 | 344.82 | 0.75 | 0.44 |
| Hex | C6 | 1C | 47 | 0 | 56 | 40 | 16 | 159 | 4B | 2C |
| Octal | 306 | 34 | 107 | 0 | 126 | 100 | 26 | 531 | 113 | 54 |
| Binary | 11000110 | 11100 | 1000111 | 0 | 1010110 | 1000000 | 10110 | 101011001 | 1001011 | 101100 |
Color Harmonies of #C61C47
Complementary color
Monochromatic Colors of #C61C47
Black with #C61C47
Text Example
Text Example
White with #C61C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C47; }
p { color: rgb(198,28,71); }
H1.HeaderClassName
{
color: #C61C47;
}
.AnyTagClassName
{
color: #C61C47;
}
</style>
background-color css
<style>
a { background-color: #C61C47; }
a { background-color: rgb(198,28,71); }
div.DivClassName
{
background-color: #C61C47;
}
.BgClassName
{
background-color: #C61C47;
}
</style>
border-color css
<style>
span { border-color: #C61C47; }
span { border-color: rgb(198,28,71); }
td.TdClassName
{
border-color: #C61C47;
}
.TagClassName
{
border-color: #C61C47;
}
</style>