Shades of Cardinal #C7083D
Tints of Cardinal #C7083D
RGB
CMYK
RGB Variations
Color information
#C7083D (or 0xC7083D) is known color: Cardinal. HEX triplet: C7, 08 and 3D. RGB value is (199,8,61). Sum of RGB (Red+Green+Blue) = 199+8+61=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C7083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7083D is #38F7C2. Grayscale: #474747. Windows color (decimal): -3733443 or 3999943. OLE color: 3999943.
HSL color Cylindrical-coordinate representation of color #C7083D: hue angle of 343.35º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7083D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 61 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.22 |
| HSL | 343.35º | 0.92% | 0.41% | - |
| HSV(B) | 343.35º | 0.96% | 0.78% | - |
| XYZ | 24.48 | 12.65 | 5.57 | - |
| YUV | 71.15 | 122.28 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 61 | 0 | 0.96 | 0.69 | 0.22 | 343.35 | 0.92 | 0.41 |
| Hex | C7 | 8 | 3D | 0 | 60 | 45 | 16 | 157 | 5C | 29 |
| Octal | 307 | 10 | 75 | 0 | 140 | 105 | 26 | 527 | 134 | 51 |
| Binary | 11000111 | 1000 | 111101 | 0 | 1100000 | 1000101 | 10110 | 101010111 | 1011100 | 101001 |
Color Harmonies of #C7083D
Complementary color
Monochromatic Colors of #C7083D
Black with #C7083D
Text Example
Text Example
White with #C7083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7083D; }
p { color: rgb(199,8,61); }
H1.HeaderClassName
{
color: #C7083D;
}
.AnyTagClassName
{
color: #C7083D;
}
</style>
background-color css
<style>
a { background-color: #C7083D; }
a { background-color: rgb(199,8,61); }
div.DivClassName
{
background-color: #C7083D;
}
.BgClassName
{
background-color: #C7083D;
}
</style>
border-color css
<style>
span { border-color: #C7083D; }
span { border-color: rgb(199,8,61); }
td.TdClassName
{
border-color: #C7083D;
}
.TagClassName
{
border-color: #C7083D;
}
</style>