Shades of Cardinal #C61835
Tints of Cardinal #C61835
RGB
CMYK
RGB Variations
Color information
#C61835 (or 0xC61835) is known color: Cardinal. HEX triplet: C6, 18 and 35. RGB value is (198,24,53). Sum of RGB (Red+Green+Blue) = 198+24+53=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C61835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61835 is #39E7CA. Grayscale: #4F4F4F. Windows color (decimal): -3794891 or 3479750. OLE color: 3479750.
HSL color Cylindrical-coordinate representation of color #C61835: hue angle of 350º 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 #C61835 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 53 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.22 |
| HSL | 350º | 0.78% | 0.44% | - |
| HSV(B) | 350º | 0.88% | 0.78% | - |
| XYZ | 24.26 | 12.92 | 4.58 | - |
| YUV | 79.33 | 113.15 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 53 | 0 | 0.88 | 0.73 | 0.22 | 350 | 0.78 | 0.44 |
| Hex | C6 | 18 | 35 | 0 | 58 | 49 | 16 | 15E | 4E | 2C |
| Octal | 306 | 30 | 65 | 0 | 130 | 111 | 26 | 536 | 116 | 54 |
| Binary | 11000110 | 11000 | 110101 | 0 | 1011000 | 1001001 | 10110 | 101011110 | 1001110 | 101100 |
Color Harmonies of #C61835
Complementary color
Monochromatic Colors of #C61835
Black with #C61835
Text Example
Text Example
White with #C61835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61835; }
p { color: rgb(198,24,53); }
H1.HeaderClassName
{
color: #C61835;
}
.AnyTagClassName
{
color: #C61835;
}
</style>
background-color css
<style>
a { background-color: #C61835; }
a { background-color: rgb(198,24,53); }
div.DivClassName
{
background-color: #C61835;
}
.BgClassName
{
background-color: #C61835;
}
</style>
border-color css
<style>
span { border-color: #C61835; }
span { border-color: rgb(198,24,53); }
td.TdClassName
{
border-color: #C61835;
}
.TagClassName
{
border-color: #C61835;
}
</style>