Shades of Cardinal #C61338
Tints of Cardinal #C61338
RGB
CMYK
RGB Variations
Color information
#C61338 (or 0xC61338) is known color: Cardinal. HEX triplet: C6, 13 and 38. RGB value is (198,19,56). Sum of RGB (Red+Green+Blue) = 198+19+56=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C61338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61338 is #39ECC7. Grayscale: #4C4C4C. Windows color (decimal): -3796168 or 3675078. OLE color: 3675078.
HSL color Cylindrical-coordinate representation of color #C61338: hue angle of 347.6º 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 #C61338 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 56 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.22 |
| HSL | 347.6º | 0.82% | 0.43% | - |
| HSV(B) | 347.6º | 0.9% | 0.78% | - |
| XYZ | 24.24 | 12.76 | 4.93 | - |
| YUV | 76.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 56 | 0 | 0.90 | 0.72 | 0.22 | 347.6 | 0.82 | 0.43 |
| Hex | C6 | 13 | 38 | 0 | 5A | 48 | 16 | 15C | 52 | 2B |
| Octal | 306 | 23 | 70 | 0 | 132 | 110 | 26 | 534 | 122 | 53 |
| Binary | 11000110 | 10011 | 111000 | 0 | 1011010 | 1001000 | 10110 | 101011100 | 1010010 | 101011 |
Color Harmonies of #C61338
Complementary color
Monochromatic Colors of #C61338
Black with #C61338
Text Example
Text Example
White with #C61338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61338; }
p { color: rgb(198,19,56); }
H1.HeaderClassName
{
color: #C61338;
}
.AnyTagClassName
{
color: #C61338;
}
</style>
background-color css
<style>
a { background-color: #C61338; }
a { background-color: rgb(198,19,56); }
div.DivClassName
{
background-color: #C61338;
}
.BgClassName
{
background-color: #C61338;
}
</style>
border-color css
<style>
span { border-color: #C61338; }
span { border-color: rgb(198,19,56); }
td.TdClassName
{
border-color: #C61338;
}
.TagClassName
{
border-color: #C61338;
}
</style>