Shades of Cardinal #C40037
Tints of Cardinal #C40037
RGB
CMYK
RGB Variations
Color information
#C40037 (or 0xC40037) is known color: Cardinal. HEX triplet: C4, 00 and 37. RGB value is (196,0,55). Sum of RGB (Red+Green+Blue) = 196+0+55=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C40037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40037 is #3BFFC8. Grayscale: #404040. Windows color (decimal): -3932105 or 3604676. OLE color: 3604676.
HSL color Cylindrical-coordinate representation of color #C40037: hue angle of 343.16º 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 #C40037 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.72 | 0.23 |
| HSL | 343.16º | 1% | 0.38% | - |
| HSV(B) | 343.16º | 1% | 0.77% | - |
| XYZ | 23.45 | 12.01 | 4.7 | - |
| YUV | 64.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 55 | 0 | 1 | 0.72 | 0.23 | 343.16 | 1 | 0.38 |
| Hex | C4 | 0 | 37 | 0 | 64 | 48 | 17 | 157 | 64 | 26 |
| Octal | 304 | 0 | 67 | 0 | 144 | 110 | 27 | 527 | 144 | 46 |
| Binary | 11000100 | 0 | 110111 | 0 | 1100100 | 1001000 | 10111 | 101010111 | 1100100 | 100110 |
Color Harmonies of #C40037
Complementary color
Monochromatic Colors of #C40037
Black with #C40037
Text Example
Text Example
White with #C40037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40037; }
p { color: rgb(196,0,55); }
H1.HeaderClassName
{
color: #C40037;
}
.AnyTagClassName
{
color: #C40037;
}
</style>
background-color css
<style>
a { background-color: #C40037; }
a { background-color: rgb(196,0,55); }
div.DivClassName
{
background-color: #C40037;
}
.BgClassName
{
background-color: #C40037;
}
</style>
border-color css
<style>
span { border-color: #C40037; }
span { border-color: rgb(196,0,55); }
td.TdClassName
{
border-color: #C40037;
}
.TagClassName
{
border-color: #C40037;
}
</style>