Shades of Cardinal #C70C3D
Tints of Cardinal #C70C3D
RGB
CMYK
RGB Variations
Color information
#C70C3D (or 0xC70C3D) is known color: Cardinal. HEX triplet: C7, 0C and 3D. RGB value is (199,12,61). Sum of RGB (Red+Green+Blue) = 199+12+61=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70C3D is #38F3C2. Grayscale: #494949. Windows color (decimal): -3732419 or 4000967. OLE color: 4000967.
HSL color Cylindrical-coordinate representation of color #C70C3D: hue angle of 344.28º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70C3D is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 12 | 61 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.22 |
| HSL | 344.28º | 0.89% | 0.41% | - |
| HSV(B) | 344.28º | 0.94% | 0.78% | - |
| XYZ | 24.53 | 12.74 | 5.58 | - |
| YUV | 73.5 | 120.95 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 61 | 0 | 0.94 | 0.69 | 0.22 | 344.28 | 0.89 | 0.41 |
| Hex | C7 | C | 3D | 0 | 5E | 45 | 16 | 158 | 59 | 29 |
| Octal | 307 | 14 | 75 | 0 | 136 | 105 | 26 | 530 | 131 | 51 |
| Binary | 11000111 | 1100 | 111101 | 0 | 1011110 | 1000101 | 10110 | 101011000 | 1011001 | 101001 |
Color Harmonies of #C70C3D
Complementary color
Monochromatic Colors of #C70C3D
Black with #C70C3D
Text Example
Text Example
White with #C70C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70C3D; }
p { color: rgb(199,12,61); }
H1.HeaderClassName
{
color: #C70C3D;
}
.AnyTagClassName
{
color: #C70C3D;
}
</style>
background-color css
<style>
a { background-color: #C70C3D; }
a { background-color: rgb(199,12,61); }
div.DivClassName
{
background-color: #C70C3D;
}
.BgClassName
{
background-color: #C70C3D;
}
</style>
border-color css
<style>
span { border-color: #C70C3D; }
span { border-color: rgb(199,12,61); }
td.TdClassName
{
border-color: #C70C3D;
}
.TagClassName
{
border-color: #C70C3D;
}
</style>