Shades of Cardinal #C61438
Tints of Cardinal #C61438
RGB
CMYK
RGB Variations
Color information
#C61438 (or 0xC61438) is known color: Cardinal. HEX triplet: C6, 14 and 38. RGB value is (198,20,56). Sum of RGB (Red+Green+Blue) = 198+20+56=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C61438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61438 is #39EBC7. Grayscale: #4D4D4D. Windows color (decimal): -3795912 or 3675334. OLE color: 3675334.
HSL color Cylindrical-coordinate representation of color #C61438: hue angle of 347.87º 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 #C61438 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 56 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.22 |
| HSL | 347.87º | 0.82% | 0.43% | - |
| HSV(B) | 347.87º | 0.9% | 0.78% | - |
| XYZ | 24.25 | 12.79 | 4.93 | - |
| YUV | 77.33 | 115.97 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 56 | 0 | 0.90 | 0.72 | 0.22 | 347.87 | 0.82 | 0.43 |
| Hex | C6 | 14 | 38 | 0 | 5A | 48 | 16 | 15C | 52 | 2B |
| Octal | 306 | 24 | 70 | 0 | 132 | 110 | 26 | 534 | 122 | 53 |
| Binary | 11000110 | 10100 | 111000 | 0 | 1011010 | 1001000 | 10110 | 101011100 | 1010010 | 101011 |
Color Harmonies of #C61438
Complementary color
Monochromatic Colors of #C61438
Black with #C61438
Text Example
Text Example
White with #C61438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61438; }
p { color: rgb(198,20,56); }
H1.HeaderClassName
{
color: #C61438;
}
.AnyTagClassName
{
color: #C61438;
}
</style>
background-color css
<style>
a { background-color: #C61438; }
a { background-color: rgb(198,20,56); }
div.DivClassName
{
background-color: #C61438;
}
.BgClassName
{
background-color: #C61438;
}
</style>
border-color css
<style>
span { border-color: #C61438; }
span { border-color: rgb(198,20,56); }
td.TdClassName
{
border-color: #C61438;
}
.TagClassName
{
border-color: #C61438;
}
</style>