Shades of Cardinal #C61838
Tints of Cardinal #C61838
RGB
CMYK
RGB Variations
Color information
#C61838 (or 0xC61838) is known color: Cardinal. HEX triplet: C6, 18 and 38. RGB value is (198,24,56). Sum of RGB (Red+Green+Blue) = 198+24+56=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C61838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61838 is #39E7C7. Grayscale: #4F4F4F. Windows color (decimal): -3794888 or 3676358. OLE color: 3676358.
HSL color Cylindrical-coordinate representation of color #C61838: hue angle of 348.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61838 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 56 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.22 |
| HSL | 348.97º | 0.78% | 0.44% | - |
| HSV(B) | 348.97º | 0.88% | 0.78% | - |
| XYZ | 24.33 | 12.94 | 4.96 | - |
| YUV | 79.67 | 114.65 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 56 | 0 | 0.88 | 0.72 | 0.22 | 348.97 | 0.78 | 0.44 |
| Hex | C6 | 18 | 38 | 0 | 58 | 48 | 16 | 15D | 4E | 2C |
| Octal | 306 | 30 | 70 | 0 | 130 | 110 | 26 | 535 | 116 | 54 |
| Binary | 11000110 | 11000 | 111000 | 0 | 1011000 | 1001000 | 10110 | 101011101 | 1001110 | 101100 |
Color Harmonies of #C61838
Complementary color
Monochromatic Colors of #C61838
Black with #C61838
Text Example
Text Example
White with #C61838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61838; }
p { color: rgb(198,24,56); }
H1.HeaderClassName
{
color: #C61838;
}
.AnyTagClassName
{
color: #C61838;
}
</style>
background-color css
<style>
a { background-color: #C61838; }
a { background-color: rgb(198,24,56); }
div.DivClassName
{
background-color: #C61838;
}
.BgClassName
{
background-color: #C61838;
}
</style>
border-color css
<style>
span { border-color: #C61838; }
span { border-color: rgb(198,24,56); }
td.TdClassName
{
border-color: #C61838;
}
.TagClassName
{
border-color: #C61838;
}
</style>