Shades of Cardinal #C01936
Tints of Cardinal #C01936
RGB
CMYK
RGB Variations
Color information
#C01936 (or 0xC01936) is known color: Cardinal. HEX triplet: C0, 19 and 36. RGB value is (192,25,54). Sum of RGB (Red+Green+Blue) = 192+25+54=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C01936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01936 is #3FE6C9. Grayscale: #4E4E4E. Windows color (decimal): -4187850 or 3545536. OLE color: 3545536.
HSL color Cylindrical-coordinate representation of color #C01936: hue angle of 349.58º 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 #C01936 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 54 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.25 |
| HSL | 349.58º | 0.77% | 0.43% | - |
| HSV(B) | 349.58º | 0.87% | 0.75% | - |
| XYZ | 22.75 | 12.17 | 4.64 | - |
| YUV | 78.24 | 114.33 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 54 | 0 | 0.87 | 0.72 | 0.25 | 349.58 | 0.77 | 0.43 |
| Hex | C0 | 19 | 36 | 0 | 57 | 48 | 19 | 15E | 4D | 2B |
| Octal | 300 | 31 | 66 | 0 | 127 | 110 | 31 | 536 | 115 | 53 |
| Binary | 11000000 | 11001 | 110110 | 0 | 1010111 | 1001000 | 11001 | 101011110 | 1001101 | 101011 |
Color Harmonies of #C01936
Complementary color
Monochromatic Colors of #C01936
Black with #C01936
Text Example
Text Example
White with #C01936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01936; }
p { color: rgb(192,25,54); }
H1.HeaderClassName
{
color: #C01936;
}
.AnyTagClassName
{
color: #C01936;
}
</style>
background-color css
<style>
a { background-color: #C01936; }
a { background-color: rgb(192,25,54); }
div.DivClassName
{
background-color: #C01936;
}
.BgClassName
{
background-color: #C01936;
}
</style>
border-color css
<style>
span { border-color: #C01936; }
span { border-color: rgb(192,25,54); }
td.TdClassName
{
border-color: #C01936;
}
.TagClassName
{
border-color: #C01936;
}
</style>