Shades of Cardinal #C70F48
Tints of Cardinal #C70F48
RGB
CMYK
RGB Variations
Color information
#C70F48 (or 0xC70F48) is known color: Cardinal. HEX triplet: C7, 0F and 48. RGB value is (199,15,72). Sum of RGB (Red+Green+Blue) = 199+15+72=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70F48 is #38F0B7. Grayscale: #4C4C4C. Windows color (decimal): -3731640 or 4722631. OLE color: 4722631.
HSL color Cylindrical-coordinate representation of color #C70F48: hue angle of 341.41º degrees, saturation: 0.86, 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 #C70F48 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 72 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.22 |
| HSL | 341.41º | 0.86% | 0.42% | - |
| HSV(B) | 341.41º | 0.92% | 0.78% | - |
| XYZ | 24.89 | 12.95 | 7.32 | - |
| YUV | 76.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 72 | 0 | 0.92 | 0.64 | 0.22 | 341.41 | 0.86 | 0.42 |
| Hex | C7 | F | 48 | 0 | 5C | 40 | 16 | 155 | 56 | 2A |
| Octal | 307 | 17 | 110 | 0 | 134 | 100 | 26 | 525 | 126 | 52 |
| Binary | 11000111 | 1111 | 1001000 | 0 | 1011100 | 1000000 | 10110 | 101010101 | 1010110 | 101010 |
Color Harmonies of #C70F48
Complementary color
Monochromatic Colors of #C70F48
Black with #C70F48
Text Example
Text Example
White with #C70F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F48; }
p { color: rgb(199,15,72); }
H1.HeaderClassName
{
color: #C70F48;
}
.AnyTagClassName
{
color: #C70F48;
}
</style>
background-color css
<style>
a { background-color: #C70F48; }
a { background-color: rgb(199,15,72); }
div.DivClassName
{
background-color: #C70F48;
}
.BgClassName
{
background-color: #C70F48;
}
</style>
border-color css
<style>
span { border-color: #C70F48; }
span { border-color: rgb(199,15,72); }
td.TdClassName
{
border-color: #C70F48;
}
.TagClassName
{
border-color: #C70F48;
}
</style>