Shades of Cardinal #C70D34
Tints of Cardinal #C70D34
RGB
CMYK
RGB Variations
Color information
#C70D34 (or 0xC70D34) is known color: Cardinal. HEX triplet: C7, 0D and 34. RGB value is (199,13,52). Sum of RGB (Red+Green+Blue) = 199+13+52=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70D34 is #38F2CB. Grayscale: #494949. Windows color (decimal): -3732172 or 3411399. OLE color: 3411399.
HSL color Cylindrical-coordinate representation of color #C70D34: hue angle of 347.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D34 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 52 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.22 |
| HSL | 347.42º | 0.88% | 0.42% | - |
| HSV(B) | 347.42º | 0.93% | 0.78% | - |
| XYZ | 24.32 | 12.68 | 4.41 | - |
| YUV | 73.06 | 116.12 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 52 | 0 | 0.93 | 0.74 | 0.22 | 347.42 | 0.88 | 0.42 |
| Hex | C7 | D | 34 | 0 | 5D | 4A | 16 | 15B | 58 | 2A |
| Octal | 307 | 15 | 64 | 0 | 135 | 112 | 26 | 533 | 130 | 52 |
| Binary | 11000111 | 1101 | 110100 | 0 | 1011101 | 1001010 | 10110 | 101011011 | 1011000 | 101010 |
Color Harmonies of #C70D34
Complementary color
Monochromatic Colors of #C70D34
Black with #C70D34
Text Example
Text Example
White with #C70D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D34; }
p { color: rgb(199,13,52); }
H1.HeaderClassName
{
color: #C70D34;
}
.AnyTagClassName
{
color: #C70D34;
}
</style>
background-color css
<style>
a { background-color: #C70D34; }
a { background-color: rgb(199,13,52); }
div.DivClassName
{
background-color: #C70D34;
}
.BgClassName
{
background-color: #C70D34;
}
</style>
border-color css
<style>
span { border-color: #C70D34; }
span { border-color: rgb(199,13,52); }
td.TdClassName
{
border-color: #C70D34;
}
.TagClassName
{
border-color: #C70D34;
}
</style>