Shades of Cardinal #C40131
Tints of Cardinal #C40131
RGB
CMYK
RGB Variations
Color information
#C40131 (or 0xC40131) is known color: Cardinal. HEX triplet: C4, 01 and 31. RGB value is (196,1,49). Sum of RGB (Red+Green+Blue) = 196+1+49=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C40131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40131 is #3BFECE. Grayscale: #404040. Windows color (decimal): -3931855 or 3211716. OLE color: 3211716.
HSL color Cylindrical-coordinate representation of color #C40131: hue angle of 345.23º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40131 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.23 |
| HSL | 345.23º | 0.99% | 0.39% | - |
| HSV(B) | 345.23º | 0.99% | 0.77% | - |
| XYZ | 23.33 | 11.98 | 3.99 | - |
| YUV | 64.78 | 119.1 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 49 | 0 | 0.99 | 0.75 | 0.23 | 345.23 | 0.99 | 0.39 |
| Hex | C4 | 1 | 31 | 0 | 63 | 4B | 17 | 159 | 63 | 27 |
| Octal | 304 | 1 | 61 | 0 | 143 | 113 | 27 | 531 | 143 | 47 |
| Binary | 11000100 | 1 | 110001 | 0 | 1100011 | 1001011 | 10111 | 101011001 | 1100011 | 100111 |
Color Harmonies of #C40131
Complementary color
Monochromatic Colors of #C40131
Black with #C40131
Text Example
Text Example
White with #C40131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40131; }
p { color: rgb(196,1,49); }
H1.HeaderClassName
{
color: #C40131;
}
.AnyTagClassName
{
color: #C40131;
}
</style>
background-color css
<style>
a { background-color: #C40131; }
a { background-color: rgb(196,1,49); }
div.DivClassName
{
background-color: #C40131;
}
.BgClassName
{
background-color: #C40131;
}
</style>
border-color css
<style>
span { border-color: #C40131; }
span { border-color: rgb(196,1,49); }
td.TdClassName
{
border-color: #C40131;
}
.TagClassName
{
border-color: #C40131;
}
</style>