Shades of Cardinal #C70A43
Tints of Cardinal #C70A43
RGB
CMYK
RGB Variations
Color information
#C70A43 (or 0xC70A43) is known color: Cardinal. HEX triplet: C7, 0A and 43. RGB value is (199,10,67). Sum of RGB (Red+Green+Blue) = 199+10+67=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70A43 is #38F5BC. Grayscale: #484848. Windows color (decimal): -3732925 or 4393671. OLE color: 4393671.
HSL color Cylindrical-coordinate representation of color #C70A43: hue angle of 341.9º 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 #C70A43 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 67 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.22 |
| HSL | 341.9º | 0.9% | 0.41% | - |
| HSV(B) | 341.9º | 0.95% | 0.78% | - |
| XYZ | 24.67 | 12.76 | 6.47 | - |
| YUV | 73.01 | 124.62 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 67 | 0 | 0.95 | 0.66 | 0.22 | 341.9 | 0.9 | 0.41 |
| Hex | C7 | A | 43 | 0 | 5F | 42 | 16 | 156 | 5A | 29 |
| Octal | 307 | 12 | 103 | 0 | 137 | 102 | 26 | 526 | 132 | 51 |
| Binary | 11000111 | 1010 | 1000011 | 0 | 1011111 | 1000010 | 10110 | 101010110 | 1011010 | 101001 |
Color Harmonies of #C70A43
Complementary color
Monochromatic Colors of #C70A43
Black with #C70A43
Text Example
Text Example
White with #C70A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A43; }
p { color: rgb(199,10,67); }
H1.HeaderClassName
{
color: #C70A43;
}
.AnyTagClassName
{
color: #C70A43;
}
</style>
background-color css
<style>
a { background-color: #C70A43; }
a { background-color: rgb(199,10,67); }
div.DivClassName
{
background-color: #C70A43;
}
.BgClassName
{
background-color: #C70A43;
}
</style>
border-color css
<style>
span { border-color: #C70A43; }
span { border-color: rgb(199,10,67); }
td.TdClassName
{
border-color: #C70A43;
}
.TagClassName
{
border-color: #C70A43;
}
</style>