Shades of Cardinal #C61E45
Tints of Cardinal #C61E45
RGB
CMYK
RGB Variations
Color information
#C61E45 (or 0xC61E45) is known color: Cardinal. HEX triplet: C6, 1E and 45. RGB value is (198,30,69). Sum of RGB (Red+Green+Blue) = 198+30+69=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61E45 is #39E1BA. Grayscale: #545454. Windows color (decimal): -3793339 or 4529862. OLE color: 4529862.
HSL color Cylindrical-coordinate representation of color #C61E45: hue angle of 346.07º 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 #C61E45 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 69 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.22 |
| HSL | 346.07º | 0.74% | 0.45% | - |
| HSV(B) | 346.07º | 0.85% | 0.78% | - |
| XYZ | 24.83 | 13.36 | 6.9 | - |
| YUV | 84.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 69 | 0 | 0.85 | 0.65 | 0.22 | 346.07 | 0.74 | 0.45 |
| Hex | C6 | 1E | 45 | 0 | 55 | 41 | 16 | 15A | 4A | 2D |
| Octal | 306 | 36 | 105 | 0 | 125 | 101 | 26 | 532 | 112 | 55 |
| Binary | 11000110 | 11110 | 1000101 | 0 | 1010101 | 1000001 | 10110 | 101011010 | 1001010 | 101101 |
Color Harmonies of #C61E45
Complementary color
Monochromatic Colors of #C61E45
Black with #C61E45
Text Example
Text Example
White with #C61E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61E45; }
p { color: rgb(198,30,69); }
H1.HeaderClassName
{
color: #C61E45;
}
.AnyTagClassName
{
color: #C61E45;
}
</style>
background-color css
<style>
a { background-color: #C61E45; }
a { background-color: rgb(198,30,69); }
div.DivClassName
{
background-color: #C61E45;
}
.BgClassName
{
background-color: #C61E45;
}
</style>
border-color css
<style>
span { border-color: #C61E45; }
span { border-color: rgb(198,30,69); }
td.TdClassName
{
border-color: #C61E45;
}
.TagClassName
{
border-color: #C61E45;
}
</style>