Shades of Cardinal #C70944
Tints of Cardinal #C70944
RGB
CMYK
RGB Variations
Color information
#C70944 (or 0xC70944) is known color: Cardinal. HEX triplet: C7, 09 and 44. RGB value is (199,9,68). Sum of RGB (Red+Green+Blue) = 199+9+68=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C70944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70944 is #38F6BB. Grayscale: #484848. Windows color (decimal): -3733180 or 4458951. OLE color: 4458951.
HSL color Cylindrical-coordinate representation of color #C70944: hue angle of 341.37º degrees, saturation: 0.91, 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 #C70944 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 68 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.22 |
| HSL | 341.37º | 0.91% | 0.41% | - |
| HSV(B) | 341.37º | 0.95% | 0.78% | - |
| XYZ | 24.69 | 12.75 | 6.63 | - |
| YUV | 72.54 | 125.45 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 68 | 0 | 0.95 | 0.66 | 0.22 | 341.37 | 0.91 | 0.41 |
| Hex | C7 | 9 | 44 | 0 | 5F | 42 | 16 | 155 | 5B | 29 |
| Octal | 307 | 11 | 104 | 0 | 137 | 102 | 26 | 525 | 133 | 51 |
| Binary | 11000111 | 1001 | 1000100 | 0 | 1011111 | 1000010 | 10110 | 101010101 | 1011011 | 101001 |
Color Harmonies of #C70944
Complementary color
Monochromatic Colors of #C70944
Black with #C70944
Text Example
Text Example
White with #C70944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70944; }
p { color: rgb(199,9,68); }
H1.HeaderClassName
{
color: #C70944;
}
.AnyTagClassName
{
color: #C70944;
}
</style>
background-color css
<style>
a { background-color: #C70944; }
a { background-color: rgb(199,9,68); }
div.DivClassName
{
background-color: #C70944;
}
.BgClassName
{
background-color: #C70944;
}
</style>
border-color css
<style>
span { border-color: #C70944; }
span { border-color: rgb(199,9,68); }
td.TdClassName
{
border-color: #C70944;
}
.TagClassName
{
border-color: #C70944;
}
</style>