Shades of Cardinal #C01942
Tints of Cardinal #C01942
RGB
CMYK
RGB Variations
Color information
#C01942 (or 0xC01942) is known color: Cardinal. HEX triplet: C0, 19 and 42. RGB value is (192,25,66). Sum of RGB (Red+Green+Blue) = 192+25+66=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C01942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01942 is #3FE6BD. Grayscale: #4F4F4F. Windows color (decimal): -4187838 or 4331968. OLE color: 4331968.
HSL color Cylindrical-coordinate representation of color #C01942: hue angle of 345.27º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01942 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 66 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.25 |
| HSL | 345.27º | 0.77% | 0.43% | - |
| HSV(B) | 345.27º | 0.87% | 0.75% | - |
| XYZ | 23.07 | 12.3 | 6.31 | - |
| YUV | 79.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 66 | 0 | 0.87 | 0.66 | 0.25 | 345.27 | 0.77 | 0.43 |
| Hex | C0 | 19 | 42 | 0 | 57 | 42 | 19 | 159 | 4D | 2B |
| Octal | 300 | 31 | 102 | 0 | 127 | 102 | 31 | 531 | 115 | 53 |
| Binary | 11000000 | 11001 | 1000010 | 0 | 1010111 | 1000010 | 11001 | 101011001 | 1001101 | 101011 |
Color Harmonies of #C01942
Complementary color
Monochromatic Colors of #C01942
Black with #C01942
Text Example
Text Example
White with #C01942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01942; }
p { color: rgb(192,25,66); }
H1.HeaderClassName
{
color: #C01942;
}
.AnyTagClassName
{
color: #C01942;
}
</style>
background-color css
<style>
a { background-color: #C01942; }
a { background-color: rgb(192,25,66); }
div.DivClassName
{
background-color: #C01942;
}
.BgClassName
{
background-color: #C01942;
}
</style>
border-color css
<style>
span { border-color: #C01942; }
span { border-color: rgb(192,25,66); }
td.TdClassName
{
border-color: #C01942;
}
.TagClassName
{
border-color: #C01942;
}
</style>