Shades of Cardinal #C61B3A
Tints of Cardinal #C61B3A
RGB
CMYK
RGB Variations
Color information
#C61B3A (or 0xC61B3A) is known color: Cardinal. HEX triplet: C6, 1B and 3A. RGB value is (198,27,58). Sum of RGB (Red+Green+Blue) = 198+27+58=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B3A is #39E4C5. Grayscale: #515151. Windows color (decimal): -3794118 or 3808198. OLE color: 3808198.
HSL color Cylindrical-coordinate representation of color #C61B3A: hue angle of 349.12º 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 #C61B3A is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 58 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.22 |
| HSL | 349.12º | 0.76% | 0.44% | - |
| HSV(B) | 349.12º | 0.86% | 0.78% | - |
| XYZ | 24.44 | 13.1 | 5.24 | - |
| YUV | 81.66 | 114.65 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 58 | 0 | 0.86 | 0.71 | 0.22 | 349.12 | 0.76 | 0.44 |
| Hex | C6 | 1B | 3A | 0 | 56 | 47 | 16 | 15D | 4C | 2C |
| Octal | 306 | 33 | 72 | 0 | 126 | 107 | 26 | 535 | 114 | 54 |
| Binary | 11000110 | 11011 | 111010 | 0 | 1010110 | 1000111 | 10110 | 101011101 | 1001100 | 101100 |
Color Harmonies of #C61B3A
Complementary color
Monochromatic Colors of #C61B3A
Black with #C61B3A
Text Example
Text Example
White with #C61B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B3A; }
p { color: rgb(198,27,58); }
H1.HeaderClassName
{
color: #C61B3A;
}
.AnyTagClassName
{
color: #C61B3A;
}
</style>
background-color css
<style>
a { background-color: #C61B3A; }
a { background-color: rgb(198,27,58); }
div.DivClassName
{
background-color: #C61B3A;
}
.BgClassName
{
background-color: #C61B3A;
}
</style>
border-color css
<style>
span { border-color: #C61B3A; }
span { border-color: rgb(198,27,58); }
td.TdClassName
{
border-color: #C61B3A;
}
.TagClassName
{
border-color: #C61B3A;
}
</style>