Shades of Cardinal #C7103B
Tints of Cardinal #C7103B
RGB
CMYK
RGB Variations
Color information
#C7103B (or 0xC7103B) is known color: Cardinal. HEX triplet: C7, 10 and 3B. RGB value is (199,16,59). Sum of RGB (Red+Green+Blue) = 199+16+59=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C7103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7103B is #38EFC4. Grayscale: #4B4B4B. Windows color (decimal): -3731397 or 3870919. OLE color: 3870919.
HSL color Cylindrical-coordinate representation of color #C7103B: hue angle of 345.9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7103B is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 59 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.22 |
| HSL | 345.9º | 0.85% | 0.42% | - |
| HSV(B) | 345.9º | 0.92% | 0.78% | - |
| XYZ | 24.53 | 12.83 | 5.32 | - |
| YUV | 75.62 | 118.63 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 59 | 0 | 0.92 | 0.70 | 0.22 | 345.9 | 0.85 | 0.42 |
| Hex | C7 | 10 | 3B | 0 | 5C | 46 | 16 | 15A | 55 | 2A |
| Octal | 307 | 20 | 73 | 0 | 134 | 106 | 26 | 532 | 125 | 52 |
| Binary | 11000111 | 10000 | 111011 | 0 | 1011100 | 1000110 | 10110 | 101011010 | 1010101 | 101010 |
Color Harmonies of #C7103B
Complementary color
Monochromatic Colors of #C7103B
Black with #C7103B
Text Example
Text Example
White with #C7103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7103B; }
p { color: rgb(199,16,59); }
H1.HeaderClassName
{
color: #C7103B;
}
.AnyTagClassName
{
color: #C7103B;
}
</style>
background-color css
<style>
a { background-color: #C7103B; }
a { background-color: rgb(199,16,59); }
div.DivClassName
{
background-color: #C7103B;
}
.BgClassName
{
background-color: #C7103B;
}
</style>
border-color css
<style>
span { border-color: #C7103B; }
span { border-color: rgb(199,16,59); }
td.TdClassName
{
border-color: #C7103B;
}
.TagClassName
{
border-color: #C7103B;
}
</style>