Shades of Cardinal #C7073D
Tints of Cardinal #C7073D
RGB
CMYK
RGB Variations
Color information
#C7073D (or 0xC7073D) is known color: Cardinal. HEX triplet: C7, 07 and 3D. RGB value is (199,7,61). Sum of RGB (Red+Green+Blue) = 199+7+61=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C7073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7073D is #38F8C2. Grayscale: #464646. Windows color (decimal): -3733699 or 3999687. OLE color: 3999687.
HSL color Cylindrical-coordinate representation of color #C7073D: hue angle of 343.12º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7073D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 61 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.22 |
| HSL | 343.13º | 0.93% | 0.4% | - |
| HSV(B) | 343.13º | 0.96% | 0.78% | - |
| XYZ | 24.47 | 12.63 | 5.56 | - |
| YUV | 70.56 | 122.61 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 61 | 0 | 0.96 | 0.69 | 0.22 | 343.13 | 0.93 | 0.4 |
| Hex | C7 | 7 | 3D | 0 | 60 | 45 | 16 | 157 | 5D | 28 |
| Octal | 307 | 7 | 75 | 0 | 140 | 105 | 26 | 527 | 135 | 50 |
| Binary | 11000111 | 111 | 111101 | 0 | 1100000 | 1000101 | 10110 | 101010111 | 1011101 | 101000 |
Color Harmonies of #C7073D
Complementary color
Monochromatic Colors of #C7073D
Black with #C7073D
Text Example
Text Example
White with #C7073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7073D; }
p { color: rgb(199,7,61); }
H1.HeaderClassName
{
color: #C7073D;
}
.AnyTagClassName
{
color: #C7073D;
}
</style>
background-color css
<style>
a { background-color: #C7073D; }
a { background-color: rgb(199,7,61); }
div.DivClassName
{
background-color: #C7073D;
}
.BgClassName
{
background-color: #C7073D;
}
</style>
border-color css
<style>
span { border-color: #C7073D; }
span { border-color: rgb(199,7,61); }
td.TdClassName
{
border-color: #C7073D;
}
.TagClassName
{
border-color: #C7073D;
}
</style>