Shades of Cardinal #C0072F
Tints of Cardinal #C0072F
RGB
CMYK
RGB Variations
Color information
#C0072F (or 0xC0072F) is known color: Cardinal. HEX triplet: C0, 07 and 2F. RGB value is (192,7,47). Sum of RGB (Red+Green+Blue) = 192+7+47=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C0072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0072F is #3FF8D0. Grayscale: #424242. Windows color (decimal): -4192465 or 3082176. OLE color: 3082176.
HSL color Cylindrical-coordinate representation of color #C0072F: hue angle of 347.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0072F is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 47 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.25 |
| HSL | 347.03º | 0.93% | 0.39% | - |
| HSV(B) | 347.03º | 0.96% | 0.75% | - |
| XYZ | 22.33 | 11.56 | 3.74 | - |
| YUV | 66.88 | 116.79 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 47 | 0 | 0.96 | 0.76 | 0.25 | 347.03 | 0.93 | 0.39 |
| Hex | C0 | 7 | 2F | 0 | 60 | 4C | 19 | 15B | 5D | 27 |
| Octal | 300 | 7 | 57 | 0 | 140 | 114 | 31 | 533 | 135 | 47 |
| Binary | 11000000 | 111 | 101111 | 0 | 1100000 | 1001100 | 11001 | 101011011 | 1011101 | 100111 |
Color Harmonies of #C0072F
Complementary color
Monochromatic Colors of #C0072F
Black with #C0072F
Text Example
Text Example
White with #C0072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0072F; }
p { color: rgb(192,7,47); }
H1.HeaderClassName
{
color: #C0072F;
}
.AnyTagClassName
{
color: #C0072F;
}
</style>
background-color css
<style>
a { background-color: #C0072F; }
a { background-color: rgb(192,7,47); }
div.DivClassName
{
background-color: #C0072F;
}
.BgClassName
{
background-color: #C0072F;
}
</style>
border-color css
<style>
span { border-color: #C0072F; }
span { border-color: rgb(192,7,47); }
td.TdClassName
{
border-color: #C0072F;
}
.TagClassName
{
border-color: #C0072F;
}
</style>