Shades of Cardinal #C70A45
Tints of Cardinal #C70A45
RGB
CMYK
RGB Variations
Color information
#C70A45 (or 0xC70A45) is known color: Cardinal. HEX triplet: C7, 0A and 45. RGB value is (199,10,69). Sum of RGB (Red+Green+Blue) = 199+10+69=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70A45 is #38F5BA. Grayscale: #494949. Windows color (decimal): -3732923 or 4524743. OLE color: 4524743.
HSL color Cylindrical-coordinate representation of color #C70A45: hue angle of 341.27º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70A45 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 69 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.22 |
| HSL | 341.27º | 0.9% | 0.41% | - |
| HSV(B) | 341.27º | 0.95% | 0.78% | - |
| XYZ | 24.74 | 12.79 | 6.79 | - |
| YUV | 73.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 69 | 0 | 0.95 | 0.65 | 0.22 | 341.27 | 0.9 | 0.41 |
| Hex | C7 | A | 45 | 0 | 5F | 41 | 16 | 155 | 5A | 29 |
| Octal | 307 | 12 | 105 | 0 | 137 | 101 | 26 | 525 | 132 | 51 |
| Binary | 11000111 | 1010 | 1000101 | 0 | 1011111 | 1000001 | 10110 | 101010101 | 1011010 | 101001 |
Color Harmonies of #C70A45
Complementary color
Monochromatic Colors of #C70A45
Black with #C70A45
Text Example
Text Example
White with #C70A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A45; }
p { color: rgb(199,10,69); }
H1.HeaderClassName
{
color: #C70A45;
}
.AnyTagClassName
{
color: #C70A45;
}
</style>
background-color css
<style>
a { background-color: #C70A45; }
a { background-color: rgb(199,10,69); }
div.DivClassName
{
background-color: #C70A45;
}
.BgClassName
{
background-color: #C70A45;
}
</style>
border-color css
<style>
span { border-color: #C70A45; }
span { border-color: rgb(199,10,69); }
td.TdClassName
{
border-color: #C70A45;
}
.TagClassName
{
border-color: #C70A45;
}
</style>