Shades of Cardinal #C40730
Tints of Cardinal #C40730
RGB
CMYK
RGB Variations
Color information
#C40730 (or 0xC40730) is known color: Cardinal. HEX triplet: C4, 07 and 30. RGB value is (196,7,48). Sum of RGB (Red+Green+Blue) = 196+7+48=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C40730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40730 is #3BF8CF. Grayscale: #444444. Windows color (decimal): -3930320 or 3147716. OLE color: 3147716.
HSL color Cylindrical-coordinate representation of color #C40730: hue angle of 346.98º degrees, saturation: 0.93, 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 #C40730 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 48 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.23 |
| HSL | 346.98º | 0.93% | 0.4% | - |
| HSV(B) | 346.98º | 0.96% | 0.77% | - |
| XYZ | 23.37 | 12.1 | 3.9 | - |
| YUV | 68.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 48 | 0 | 0.96 | 0.76 | 0.23 | 346.98 | 0.93 | 0.4 |
| Hex | C4 | 7 | 30 | 0 | 60 | 4C | 17 | 15B | 5D | 28 |
| Octal | 304 | 7 | 60 | 0 | 140 | 114 | 27 | 533 | 135 | 50 |
| Binary | 11000100 | 111 | 110000 | 0 | 1100000 | 1001100 | 10111 | 101011011 | 1011101 | 101000 |
Color Harmonies of #C40730
Complementary color
Monochromatic Colors of #C40730
Black with #C40730
Text Example
Text Example
White with #C40730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40730; }
p { color: rgb(196,7,48); }
H1.HeaderClassName
{
color: #C40730;
}
.AnyTagClassName
{
color: #C40730;
}
</style>
background-color css
<style>
a { background-color: #C40730; }
a { background-color: rgb(196,7,48); }
div.DivClassName
{
background-color: #C40730;
}
.BgClassName
{
background-color: #C40730;
}
</style>
border-color css
<style>
span { border-color: #C40730; }
span { border-color: rgb(196,7,48); }
td.TdClassName
{
border-color: #C40730;
}
.TagClassName
{
border-color: #C40730;
}
</style>