Shades of Cardinal #C70634
Tints of Cardinal #C70634
RGB
CMYK
RGB Variations
Color information
#C70634 (or 0xC70634) is known color: Cardinal. HEX triplet: C7, 06 and 34. RGB value is (199,6,52). Sum of RGB (Red+Green+Blue) = 199+6+52=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C70634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70634 is #38F9CB. Grayscale: #444444. Windows color (decimal): -3733964 or 3409607. OLE color: 3409607.
HSL color Cylindrical-coordinate representation of color #C70634: hue angle of 345.7º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70634 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 52 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.22 |
| HSL | 345.7º | 0.94% | 0.4% | - |
| HSV(B) | 345.7º | 0.97% | 0.78% | - |
| XYZ | 24.24 | 12.52 | 4.39 | - |
| YUV | 68.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 52 | 0 | 0.97 | 0.74 | 0.22 | 345.7 | 0.94 | 0.4 |
| Hex | C7 | 6 | 34 | 0 | 61 | 4A | 16 | 15A | 5E | 28 |
| Octal | 307 | 6 | 64 | 0 | 141 | 112 | 26 | 532 | 136 | 50 |
| Binary | 11000111 | 110 | 110100 | 0 | 1100001 | 1001010 | 10110 | 101011010 | 1011110 | 101000 |
Color Harmonies of #C70634
Complementary color
Monochromatic Colors of #C70634
Black with #C70634
Text Example
Text Example
White with #C70634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70634; }
p { color: rgb(199,6,52); }
H1.HeaderClassName
{
color: #C70634;
}
.AnyTagClassName
{
color: #C70634;
}
</style>
background-color css
<style>
a { background-color: #C70634; }
a { background-color: rgb(199,6,52); }
div.DivClassName
{
background-color: #C70634;
}
.BgClassName
{
background-color: #C70634;
}
</style>
border-color css
<style>
span { border-color: #C70634; }
span { border-color: rgb(199,6,52); }
td.TdClassName
{
border-color: #C70634;
}
.TagClassName
{
border-color: #C70634;
}
</style>