Shades of Cardinal #C61441
Tints of Cardinal #C61441
RGB
CMYK
RGB Variations
Color information
#C61441 (or 0xC61441) is known color: Cardinal. HEX triplet: C6, 14 and 41. RGB value is (198,20,65). Sum of RGB (Red+Green+Blue) = 198+20+65=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C61441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61441 is #39EBBE. Grayscale: #4E4E4E. Windows color (decimal): -3795903 or 4265158. OLE color: 4265158.
HSL color Cylindrical-coordinate representation of color #C61441: hue angle of 344.83º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61441 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 65 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.22 |
| HSL | 344.83º | 0.82% | 0.43% | - |
| HSV(B) | 344.83º | 0.9% | 0.78% | - |
| XYZ | 24.49 | 12.89 | 6.2 | - |
| YUV | 78.35 | 120.47 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 65 | 0 | 0.90 | 0.67 | 0.22 | 344.83 | 0.82 | 0.43 |
| Hex | C6 | 14 | 41 | 0 | 5A | 43 | 16 | 159 | 52 | 2B |
| Octal | 306 | 24 | 101 | 0 | 132 | 103 | 26 | 531 | 122 | 53 |
| Binary | 11000110 | 10100 | 1000001 | 0 | 1011010 | 1000011 | 10110 | 101011001 | 1010010 | 101011 |
Color Harmonies of #C61441
Complementary color
Monochromatic Colors of #C61441
Black with #C61441
Text Example
Text Example
White with #C61441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61441; }
p { color: rgb(198,20,65); }
H1.HeaderClassName
{
color: #C61441;
}
.AnyTagClassName
{
color: #C61441;
}
</style>
background-color css
<style>
a { background-color: #C61441; }
a { background-color: rgb(198,20,65); }
div.DivClassName
{
background-color: #C61441;
}
.BgClassName
{
background-color: #C61441;
}
</style>
border-color css
<style>
span { border-color: #C61441; }
span { border-color: rgb(198,20,65); }
td.TdClassName
{
border-color: #C61441;
}
.TagClassName
{
border-color: #C61441;
}
</style>