Shades of Cardinal #C61334
Tints of Cardinal #C61334
RGB
CMYK
RGB Variations
Color information
#C61334 (or 0xC61334) is known color: Cardinal. HEX triplet: C6, 13 and 34. RGB value is (198,19,52). Sum of RGB (Red+Green+Blue) = 198+19+52=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C61334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61334 is #39ECCB. Grayscale: #4C4C4C. Windows color (decimal): -3796172 or 3412934. OLE color: 3412934.
HSL color Cylindrical-coordinate representation of color #C61334: hue angle of 348.94º 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 #C61334 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 52 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.22 |
| HSL | 348.94º | 0.82% | 0.43% | - |
| HSV(B) | 348.94º | 0.9% | 0.78% | - |
| XYZ | 24.14 | 12.72 | 4.43 | - |
| YUV | 76.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 52 | 0 | 0.90 | 0.74 | 0.22 | 348.94 | 0.82 | 0.43 |
| Hex | C6 | 13 | 34 | 0 | 5A | 4A | 16 | 15D | 52 | 2B |
| Octal | 306 | 23 | 64 | 0 | 132 | 112 | 26 | 535 | 122 | 53 |
| Binary | 11000110 | 10011 | 110100 | 0 | 1011010 | 1001010 | 10110 | 101011101 | 1010010 | 101011 |
Color Harmonies of #C61334
Complementary color
Monochromatic Colors of #C61334
Black with #C61334
Text Example
Text Example
White with #C61334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61334; }
p { color: rgb(198,19,52); }
H1.HeaderClassName
{
color: #C61334;
}
.AnyTagClassName
{
color: #C61334;
}
</style>
background-color css
<style>
a { background-color: #C61334; }
a { background-color: rgb(198,19,52); }
div.DivClassName
{
background-color: #C61334;
}
.BgClassName
{
background-color: #C61334;
}
</style>
border-color css
<style>
span { border-color: #C61334; }
span { border-color: rgb(198,19,52); }
td.TdClassName
{
border-color: #C61334;
}
.TagClassName
{
border-color: #C61334;
}
</style>