Shades of Cardinal #C61D38
Tints of Cardinal #C61D38
RGB
CMYK
RGB Variations
Color information
#C61D38 (or 0xC61D38) is known color: Cardinal. HEX triplet: C6, 1D and 38. RGB value is (198,29,56). Sum of RGB (Red+Green+Blue) = 198+29+56=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D38 is #39E2C7. Grayscale: #525252. Windows color (decimal): -3793608 or 3677638. OLE color: 3677638.
HSL color Cylindrical-coordinate representation of color #C61D38: hue angle of 350.41º 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 #C61D38 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 56 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.22 |
| HSL | 350.41º | 0.74% | 0.45% | - |
| HSV(B) | 350.41º | 0.85% | 0.78% | - |
| XYZ | 24.44 | 13.17 | 5 | - |
| YUV | 82.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 56 | 0 | 0.85 | 0.72 | 0.22 | 350.41 | 0.74 | 0.45 |
| Hex | C6 | 1D | 38 | 0 | 55 | 48 | 16 | 15E | 4A | 2D |
| Octal | 306 | 35 | 70 | 0 | 125 | 110 | 26 | 536 | 112 | 55 |
| Binary | 11000110 | 11101 | 111000 | 0 | 1010101 | 1001000 | 10110 | 101011110 | 1001010 | 101101 |
Color Harmonies of #C61D38
Complementary color
Monochromatic Colors of #C61D38
Black with #C61D38
Text Example
Text Example
White with #C61D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D38; }
p { color: rgb(198,29,56); }
H1.HeaderClassName
{
color: #C61D38;
}
.AnyTagClassName
{
color: #C61D38;
}
</style>
background-color css
<style>
a { background-color: #C61D38; }
a { background-color: rgb(198,29,56); }
div.DivClassName
{
background-color: #C61D38;
}
.BgClassName
{
background-color: #C61D38;
}
</style>
border-color css
<style>
span { border-color: #C61D38; }
span { border-color: rgb(198,29,56); }
td.TdClassName
{
border-color: #C61D38;
}
.TagClassName
{
border-color: #C61D38;
}
</style>