Shades of Cardinal #C40631
Tints of Cardinal #C40631
RGB
CMYK
RGB Variations
Color information
#C40631 (or 0xC40631) is known color: Cardinal. HEX triplet: C4, 06 and 31. RGB value is (196,6,49). Sum of RGB (Red+Green+Blue) = 196+6+49=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C40631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40631 is #3BF9CE. Grayscale: #434343. Windows color (decimal): -3930575 or 3212996. OLE color: 3212996.
HSL color Cylindrical-coordinate representation of color #C40631: hue angle of 346.42º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40631 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.23 |
| HSL | 346.42º | 0.94% | 0.4% | - |
| HSV(B) | 346.42º | 0.97% | 0.77% | - |
| XYZ | 23.38 | 12.09 | 4.01 | - |
| YUV | 67.71 | 117.45 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 49 | 0 | 0.97 | 0.75 | 0.23 | 346.42 | 0.94 | 0.4 |
| Hex | C4 | 6 | 31 | 0 | 61 | 4B | 17 | 15A | 5E | 28 |
| Octal | 304 | 6 | 61 | 0 | 141 | 113 | 27 | 532 | 136 | 50 |
| Binary | 11000100 | 110 | 110001 | 0 | 1100001 | 1001011 | 10111 | 101011010 | 1011110 | 101000 |
Color Harmonies of #C40631
Complementary color
Monochromatic Colors of #C40631
Black with #C40631
Text Example
Text Example
White with #C40631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40631; }
p { color: rgb(196,6,49); }
H1.HeaderClassName
{
color: #C40631;
}
.AnyTagClassName
{
color: #C40631;
}
</style>
background-color css
<style>
a { background-color: #C40631; }
a { background-color: rgb(196,6,49); }
div.DivClassName
{
background-color: #C40631;
}
.BgClassName
{
background-color: #C40631;
}
</style>
border-color css
<style>
span { border-color: #C40631; }
span { border-color: rgb(196,6,49); }
td.TdClassName
{
border-color: #C40631;
}
.TagClassName
{
border-color: #C40631;
}
</style>