Shades of Cardinal #C61D42
Tints of Cardinal #C61D42
RGB
CMYK
RGB Variations
Color information
#C61D42 (or 0xC61D42) is known color: Cardinal. HEX triplet: C6, 1D and 42. RGB value is (198,29,66). Sum of RGB (Red+Green+Blue) = 198+29+66=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D42 is #39E2BD. Grayscale: #535353. Windows color (decimal): -3793598 or 4332998. OLE color: 4332998.
HSL color Cylindrical-coordinate representation of color #C61D42: hue angle of 346.86º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61D42 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 66 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.22 |
| HSL | 346.86º | 0.74% | 0.45% | - |
| HSV(B) | 346.86º | 0.85% | 0.78% | - |
| XYZ | 24.71 | 13.28 | 6.41 | - |
| YUV | 83.75 | 117.99 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 66 | 0 | 0.85 | 0.67 | 0.22 | 346.86 | 0.74 | 0.45 |
| Hex | C6 | 1D | 42 | 0 | 55 | 43 | 16 | 15B | 4A | 2D |
| Octal | 306 | 35 | 102 | 0 | 125 | 103 | 26 | 533 | 112 | 55 |
| Binary | 11000110 | 11101 | 1000010 | 0 | 1010101 | 1000011 | 10110 | 101011011 | 1001010 | 101101 |
Color Harmonies of #C61D42
Complementary color
Monochromatic Colors of #C61D42
Black with #C61D42
Text Example
Text Example
White with #C61D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D42; }
p { color: rgb(198,29,66); }
H1.HeaderClassName
{
color: #C61D42;
}
.AnyTagClassName
{
color: #C61D42;
}
</style>
background-color css
<style>
a { background-color: #C61D42; }
a { background-color: rgb(198,29,66); }
div.DivClassName
{
background-color: #C61D42;
}
.BgClassName
{
background-color: #C61D42;
}
</style>
border-color css
<style>
span { border-color: #C61D42; }
span { border-color: rgb(198,29,66); }
td.TdClassName
{
border-color: #C61D42;
}
.TagClassName
{
border-color: #C61D42;
}
</style>