Shades of Cardinal #C41247
Tints of Cardinal #C41247
RGB
CMYK
RGB Variations
Color information
#C41247 (or 0xC41247) is known color: Cardinal. HEX triplet: C4, 12 and 47. RGB value is (196,18,71). Sum of RGB (Red+Green+Blue) = 196+18+71=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C41247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41247 is #3BEDB8. Grayscale: #4D4D4D. Windows color (decimal): -3927481 or 4657860. OLE color: 4657860.
HSL color Cylindrical-coordinate representation of color #C41247: hue angle of 342.13º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41247 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 71 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.23 |
| HSL | 342.13º | 0.83% | 0.42% | - |
| HSV(B) | 342.13º | 0.91% | 0.77% | - |
| XYZ | 24.12 | 12.62 | 7.13 | - |
| YUV | 77.26 | 124.47 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 71 | 0 | 0.91 | 0.64 | 0.23 | 342.13 | 0.83 | 0.42 |
| Hex | C4 | 12 | 47 | 0 | 5B | 40 | 17 | 156 | 53 | 2A |
| Octal | 304 | 22 | 107 | 0 | 133 | 100 | 27 | 526 | 123 | 52 |
| Binary | 11000100 | 10010 | 1000111 | 0 | 1011011 | 1000000 | 10111 | 101010110 | 1010011 | 101010 |
Color Harmonies of #C41247
Complementary color
Monochromatic Colors of #C41247
Black with #C41247
Text Example
Text Example
White with #C41247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41247; }
p { color: rgb(196,18,71); }
H1.HeaderClassName
{
color: #C41247;
}
.AnyTagClassName
{
color: #C41247;
}
</style>
background-color css
<style>
a { background-color: #C41247; }
a { background-color: rgb(196,18,71); }
div.DivClassName
{
background-color: #C41247;
}
.BgClassName
{
background-color: #C41247;
}
</style>
border-color css
<style>
span { border-color: #C41247; }
span { border-color: rgb(196,18,71); }
td.TdClassName
{
border-color: #C41247;
}
.TagClassName
{
border-color: #C41247;
}
</style>