Shades of Cardinal #C61434
Tints of Cardinal #C61434
RGB
CMYK
RGB Variations
Color information
#C61434 (or 0xC61434) is known color: Cardinal. HEX triplet: C6, 14 and 34. RGB value is (198,20,52). Sum of RGB (Red+Green+Blue) = 198+20+52=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C61434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61434 is #39EBCB. Grayscale: #4C4C4C. Windows color (decimal): -3795916 or 3413190. OLE color: 3413190.
HSL color Cylindrical-coordinate representation of color #C61434: hue angle of 349.21º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61434 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 52 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.22 |
| HSL | 349.21º | 0.82% | 0.43% | - |
| HSV(B) | 349.21º | 0.9% | 0.78% | - |
| XYZ | 24.16 | 12.75 | 4.44 | - |
| YUV | 76.87 | 113.97 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 52 | 0 | 0.90 | 0.74 | 0.22 | 349.21 | 0.82 | 0.43 |
| Hex | C6 | 14 | 34 | 0 | 5A | 4A | 16 | 15D | 52 | 2B |
| Octal | 306 | 24 | 64 | 0 | 132 | 112 | 26 | 535 | 122 | 53 |
| Binary | 11000110 | 10100 | 110100 | 0 | 1011010 | 1001010 | 10110 | 101011101 | 1010010 | 101011 |
Color Harmonies of #C61434
Complementary color
Monochromatic Colors of #C61434
Black with #C61434
Text Example
Text Example
White with #C61434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61434; }
p { color: rgb(198,20,52); }
H1.HeaderClassName
{
color: #C61434;
}
.AnyTagClassName
{
color: #C61434;
}
</style>
background-color css
<style>
a { background-color: #C61434; }
a { background-color: rgb(198,20,52); }
div.DivClassName
{
background-color: #C61434;
}
.BgClassName
{
background-color: #C61434;
}
</style>
border-color css
<style>
span { border-color: #C61434; }
span { border-color: rgb(198,20,52); }
td.TdClassName
{
border-color: #C61434;
}
.TagClassName
{
border-color: #C61434;
}
</style>