Shades of Cardinal #C61B37
Tints of Cardinal #C61B37
RGB
CMYK
RGB Variations
Color information
#C61B37 (or 0xC61B37) is known color: Cardinal. HEX triplet: C6, 1B and 37. RGB value is (198,27,55). Sum of RGB (Red+Green+Blue) = 198+27+55=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B37 is #39E4C8. Grayscale: #515151. Windows color (decimal): -3794121 or 3611590. OLE color: 3611590.
HSL color Cylindrical-coordinate representation of color #C61B37: hue angle of 350.18º degrees, saturation: 0.76, 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 #C61B37 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 55 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.22 |
| HSL | 350.18º | 0.76% | 0.44% | - |
| HSV(B) | 350.18º | 0.86% | 0.78% | - |
| XYZ | 24.37 | 13.07 | 4.85 | - |
| YUV | 81.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 55 | 0 | 0.86 | 0.72 | 0.22 | 350.18 | 0.76 | 0.44 |
| Hex | C6 | 1B | 37 | 0 | 56 | 48 | 16 | 15E | 4C | 2C |
| Octal | 306 | 33 | 67 | 0 | 126 | 110 | 26 | 536 | 114 | 54 |
| Binary | 11000110 | 11011 | 110111 | 0 | 1010110 | 1001000 | 10110 | 101011110 | 1001100 | 101100 |
Color Harmonies of #C61B37
Complementary color
Monochromatic Colors of #C61B37
Black with #C61B37
Text Example
Text Example
White with #C61B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B37; }
p { color: rgb(198,27,55); }
H1.HeaderClassName
{
color: #C61B37;
}
.AnyTagClassName
{
color: #C61B37;
}
</style>
background-color css
<style>
a { background-color: #C61B37; }
a { background-color: rgb(198,27,55); }
div.DivClassName
{
background-color: #C61B37;
}
.BgClassName
{
background-color: #C61B37;
}
</style>
border-color css
<style>
span { border-color: #C61B37; }
span { border-color: rgb(198,27,55); }
td.TdClassName
{
border-color: #C61B37;
}
.TagClassName
{
border-color: #C61B37;
}
</style>