Shades of Cardinal #C70D3A
Tints of Cardinal #C70D3A
RGB
CMYK
RGB Variations
Color information
#C70D3A (or 0xC70D3A) is known color: Cardinal. HEX triplet: C7, 0D and 3A. RGB value is (199,13,58). Sum of RGB (Red+Green+Blue) = 199+13+58=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D3A is #38F2C5. Grayscale: #494949. Windows color (decimal): -3732166 or 3804615. OLE color: 3804615.
HSL color Cylindrical-coordinate representation of color #C70D3A: hue angle of 345.48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D3A is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 58 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.22 |
| HSL | 345.48º | 0.88% | 0.42% | - |
| HSV(B) | 345.48º | 0.93% | 0.78% | - |
| XYZ | 24.46 | 12.74 | 5.17 | - |
| YUV | 73.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 58 | 0 | 0.93 | 0.71 | 0.22 | 345.48 | 0.88 | 0.42 |
| Hex | C7 | D | 3A | 0 | 5D | 47 | 16 | 159 | 58 | 2A |
| Octal | 307 | 15 | 72 | 0 | 135 | 107 | 26 | 531 | 130 | 52 |
| Binary | 11000111 | 1101 | 111010 | 0 | 1011101 | 1000111 | 10110 | 101011001 | 1011000 | 101010 |
Color Harmonies of #C70D3A
Complementary color
Monochromatic Colors of #C70D3A
Black with #C70D3A
Text Example
Text Example
White with #C70D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D3A; }
p { color: rgb(199,13,58); }
H1.HeaderClassName
{
color: #C70D3A;
}
.AnyTagClassName
{
color: #C70D3A;
}
</style>
background-color css
<style>
a { background-color: #C70D3A; }
a { background-color: rgb(199,13,58); }
div.DivClassName
{
background-color: #C70D3A;
}
.BgClassName
{
background-color: #C70D3A;
}
</style>
border-color css
<style>
span { border-color: #C70D3A; }
span { border-color: rgb(199,13,58); }
td.TdClassName
{
border-color: #C70D3A;
}
.TagClassName
{
border-color: #C70D3A;
}
</style>