Shades of Cardinal #C40835
Tints of Cardinal #C40835
RGB
CMYK
RGB Variations
Color information
#C40835 (or 0xC40835) is known color: Cardinal. HEX triplet: C4, 08 and 35. RGB value is (196,8,53). Sum of RGB (Red+Green+Blue) = 196+8+53=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C40835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40835 is #3BF7CA. Grayscale: #454545. Windows color (decimal): -3930059 or 3475652. OLE color: 3475652.
HSL color Cylindrical-coordinate representation of color #C40835: hue angle of 345.64º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40835 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.23 |
| HSL | 345.64º | 0.92% | 0.4% | - |
| HSV(B) | 345.64º | 0.96% | 0.77% | - |
| XYZ | 23.49 | 12.17 | 4.48 | - |
| YUV | 69.34 | 118.78 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 53 | 0 | 0.96 | 0.73 | 0.23 | 345.64 | 0.92 | 0.4 |
| Hex | C4 | 8 | 35 | 0 | 60 | 49 | 17 | 15A | 5C | 28 |
| Octal | 304 | 10 | 65 | 0 | 140 | 111 | 27 | 532 | 134 | 50 |
| Binary | 11000100 | 1000 | 110101 | 0 | 1100000 | 1001001 | 10111 | 101011010 | 1011100 | 101000 |
Color Harmonies of #C40835
Complementary color
Monochromatic Colors of #C40835
Black with #C40835
Text Example
Text Example
White with #C40835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40835; }
p { color: rgb(196,8,53); }
H1.HeaderClassName
{
color: #C40835;
}
.AnyTagClassName
{
color: #C40835;
}
</style>
background-color css
<style>
a { background-color: #C40835; }
a { background-color: rgb(196,8,53); }
div.DivClassName
{
background-color: #C40835;
}
.BgClassName
{
background-color: #C40835;
}
</style>
border-color css
<style>
span { border-color: #C40835; }
span { border-color: rgb(196,8,53); }
td.TdClassName
{
border-color: #C40835;
}
.TagClassName
{
border-color: #C40835;
}
</style>