Shades of Cardinal #C61D36
Tints of Cardinal #C61D36
RGB
CMYK
RGB Variations
Color information
#C61D36 (or 0xC61D36) is known color: Cardinal. HEX triplet: C6, 1D and 36. RGB value is (198,29,54). Sum of RGB (Red+Green+Blue) = 198+29+54=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D36 is #39E2C9. Grayscale: #525252. Windows color (decimal): -3793610 or 3546566. OLE color: 3546566.
HSL color Cylindrical-coordinate representation of color #C61D36: hue angle of 351.12º 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 #C61D36 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 54 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.22 |
| HSL | 351.12º | 0.74% | 0.45% | - |
| HSV(B) | 351.12º | 0.85% | 0.78% | - |
| XYZ | 24.39 | 13.15 | 4.74 | - |
| YUV | 82.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 54 | 0 | 0.85 | 0.73 | 0.22 | 351.12 | 0.74 | 0.45 |
| Hex | C6 | 1D | 36 | 0 | 55 | 49 | 16 | 15F | 4A | 2D |
| Octal | 306 | 35 | 66 | 0 | 125 | 111 | 26 | 537 | 112 | 55 |
| Binary | 11000110 | 11101 | 110110 | 0 | 1010101 | 1001001 | 10110 | 101011111 | 1001010 | 101101 |
Color Harmonies of #C61D36
Complementary color
Monochromatic Colors of #C61D36
Black with #C61D36
Text Example
Text Example
White with #C61D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61D36; }
p { color: rgb(198,29,54); }
H1.HeaderClassName
{
color: #C61D36;
}
.AnyTagClassName
{
color: #C61D36;
}
</style>
background-color css
<style>
a { background-color: #C61D36; }
a { background-color: rgb(198,29,54); }
div.DivClassName
{
background-color: #C61D36;
}
.BgClassName
{
background-color: #C61D36;
}
</style>
border-color css
<style>
span { border-color: #C61D36; }
span { border-color: rgb(198,29,54); }
td.TdClassName
{
border-color: #C61D36;
}
.TagClassName
{
border-color: #C61D36;
}
</style>