Shades of Cardinal #C01047
Tints of Cardinal #C01047
RGB
CMYK
RGB Variations
Color information
#C01047 (or 0xC01047) is known color: Cardinal. HEX triplet: C0, 10 and 47. RGB value is (192,16,71). Sum of RGB (Red+Green+Blue) = 192+16+71=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C01047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01047 is #3FEFB8. Grayscale: #4A4A4A. Windows color (decimal): -4190137 or 4657344. OLE color: 4657344.
HSL color Cylindrical-coordinate representation of color #C01047: hue angle of 341.25º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01047 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 71 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.25 |
| HSL | 341.25º | 0.85% | 0.41% | - |
| HSV(B) | 341.25º | 0.92% | 0.75% | - |
| XYZ | 23.06 | 12.03 | 7.07 | - |
| YUV | 74.89 | 125.81 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 71 | 0 | 0.92 | 0.63 | 0.25 | 341.25 | 0.85 | 0.41 |
| Hex | C0 | 10 | 47 | 0 | 5C | 3F | 19 | 155 | 55 | 29 |
| Octal | 300 | 20 | 107 | 0 | 134 | 77 | 31 | 525 | 125 | 51 |
| Binary | 11000000 | 10000 | 1000111 | 0 | 1011100 | 111111 | 11001 | 101010101 | 1010101 | 101001 |
Color Harmonies of #C01047
Complementary color
Monochromatic Colors of #C01047
Black with #C01047
Text Example
Text Example
White with #C01047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01047; }
p { color: rgb(192,16,71); }
H1.HeaderClassName
{
color: #C01047;
}
.AnyTagClassName
{
color: #C01047;
}
</style>
background-color css
<style>
a { background-color: #C01047; }
a { background-color: rgb(192,16,71); }
div.DivClassName
{
background-color: #C01047;
}
.BgClassName
{
background-color: #C01047;
}
</style>
border-color css
<style>
span { border-color: #C01047; }
span { border-color: rgb(192,16,71); }
td.TdClassName
{
border-color: #C01047;
}
.TagClassName
{
border-color: #C01047;
}
</style>