Shades of Cardinal #C40035
Tints of Cardinal #C40035
RGB
CMYK
RGB Variations
Color information
#C40035 (or 0xC40035) is known color: Cardinal. HEX triplet: C4, 00 and 35. RGB value is (196,0,53). Sum of RGB (Red+Green+Blue) = 196+0+53=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C40035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40035 is #3BFFCA. Grayscale: #404040. Windows color (decimal): -3932107 or 3473604. OLE color: 3473604.
HSL color Cylindrical-coordinate representation of color #C40035: hue angle of 343.78º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40035 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.73 | 0.23 |
| HSL | 343.78º | 1% | 0.38% | - |
| HSV(B) | 343.78º | 1% | 0.77% | - |
| XYZ | 23.41 | 11.99 | 4.45 | - |
| YUV | 64.65 | 121.43 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 53 | 0 | 1 | 0.73 | 0.23 | 343.78 | 1 | 0.38 |
| Hex | C4 | 0 | 35 | 0 | 64 | 49 | 17 | 158 | 64 | 26 |
| Octal | 304 | 0 | 65 | 0 | 144 | 111 | 27 | 530 | 144 | 46 |
| Binary | 11000100 | 0 | 110101 | 0 | 1100100 | 1001001 | 10111 | 101011000 | 1100100 | 100110 |
Color Harmonies of #C40035
Complementary color
Monochromatic Colors of #C40035
Black with #C40035
Text Example
Text Example
White with #C40035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40035; }
p { color: rgb(196,0,53); }
H1.HeaderClassName
{
color: #C40035;
}
.AnyTagClassName
{
color: #C40035;
}
</style>
background-color css
<style>
a { background-color: #C40035; }
a { background-color: rgb(196,0,53); }
div.DivClassName
{
background-color: #C40035;
}
.BgClassName
{
background-color: #C40035;
}
</style>
border-color css
<style>
span { border-color: #C40035; }
span { border-color: rgb(196,0,53); }
td.TdClassName
{
border-color: #C40035;
}
.TagClassName
{
border-color: #C40035;
}
</style>