Shades of Cardinal #C40541
Tints of Cardinal #C40541
RGB
CMYK
RGB Variations
Color information
#C40541 (or 0xC40541) is known color: Cardinal. HEX triplet: C4, 05 and 41. RGB value is (196,5,65). Sum of RGB (Red+Green+Blue) = 196+5+65=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C40541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40541 is #3BFABE. Grayscale: #444444. Windows color (decimal): -3930815 or 4261316. OLE color: 4261316.
HSL color Cylindrical-coordinate representation of color #C40541: hue angle of 341.15º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40541 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 65 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.23 |
| HSL | 341.15º | 0.95% | 0.39% | - |
| HSV(B) | 341.15º | 0.97% | 0.77% | - |
| XYZ | 23.77 | 12.23 | 6.11 | - |
| YUV | 68.95 | 125.78 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 65 | 0 | 0.97 | 0.67 | 0.23 | 341.15 | 0.95 | 0.39 |
| Hex | C4 | 5 | 41 | 0 | 61 | 43 | 17 | 155 | 5F | 27 |
| Octal | 304 | 5 | 101 | 0 | 141 | 103 | 27 | 525 | 137 | 47 |
| Binary | 11000100 | 101 | 1000001 | 0 | 1100001 | 1000011 | 10111 | 101010101 | 1011111 | 100111 |
Color Harmonies of #C40541
Complementary color
Monochromatic Colors of #C40541
Black with #C40541
Text Example
Text Example
White with #C40541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40541; }
p { color: rgb(196,5,65); }
H1.HeaderClassName
{
color: #C40541;
}
.AnyTagClassName
{
color: #C40541;
}
</style>
background-color css
<style>
a { background-color: #C40541; }
a { background-color: rgb(196,5,65); }
div.DivClassName
{
background-color: #C40541;
}
.BgClassName
{
background-color: #C40541;
}
</style>
border-color css
<style>
span { border-color: #C40541; }
span { border-color: rgb(196,5,65); }
td.TdClassName
{
border-color: #C40541;
}
.TagClassName
{
border-color: #C40541;
}
</style>