Shades of Cardinal #C61B34
Tints of Cardinal #C61B34
RGB
CMYK
RGB Variations
Color information
#C61B34 (or 0xC61B34) is known color: Cardinal. HEX triplet: C6, 1B and 34. RGB value is (198,27,52). Sum of RGB (Red+Green+Blue) = 198+27+52=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B34 is #39E4CB. Grayscale: #515151. Windows color (decimal): -3794124 or 3414982. OLE color: 3414982.
HSL color Cylindrical-coordinate representation of color #C61B34: hue angle of 351.23º 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 #C61B34 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 52 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.22 |
| HSL | 351.23º | 0.76% | 0.44% | - |
| HSV(B) | 351.23º | 0.86% | 0.78% | - |
| XYZ | 24.3 | 13.04 | 4.48 | - |
| YUV | 80.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 52 | 0 | 0.86 | 0.74 | 0.22 | 351.23 | 0.76 | 0.44 |
| Hex | C6 | 1B | 34 | 0 | 56 | 4A | 16 | 15F | 4C | 2C |
| Octal | 306 | 33 | 64 | 0 | 126 | 112 | 26 | 537 | 114 | 54 |
| Binary | 11000110 | 11011 | 110100 | 0 | 1010110 | 1001010 | 10110 | 101011111 | 1001100 | 101100 |
Color Harmonies of #C61B34
Complementary color
Monochromatic Colors of #C61B34
Black with #C61B34
Text Example
Text Example
White with #C61B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B34; }
p { color: rgb(198,27,52); }
H1.HeaderClassName
{
color: #C61B34;
}
.AnyTagClassName
{
color: #C61B34;
}
</style>
background-color css
<style>
a { background-color: #C61B34; }
a { background-color: rgb(198,27,52); }
div.DivClassName
{
background-color: #C61B34;
}
.BgClassName
{
background-color: #C61B34;
}
</style>
border-color css
<style>
span { border-color: #C61B34; }
span { border-color: rgb(198,27,52); }
td.TdClassName
{
border-color: #C61B34;
}
.TagClassName
{
border-color: #C61B34;
}
</style>