Shades of Cardinal #C01931
Tints of Cardinal #C01931
RGB
CMYK
RGB Variations
Color information
#C01931 (or 0xC01931) is known color: Cardinal. HEX triplet: C0, 19 and 31. RGB value is (192,25,49). Sum of RGB (Red+Green+Blue) = 192+25+49=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C01931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01931 is #3FE6CE. Grayscale: #4D4D4D. Windows color (decimal): -4187855 or 3217856. OLE color: 3217856.
HSL color Cylindrical-coordinate representation of color #C01931: hue angle of 351.38º 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 #C01931 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 49 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.25 |
| HSL | 351.38º | 0.77% | 0.43% | - |
| HSV(B) | 351.38º | 0.87% | 0.75% | - |
| XYZ | 22.64 | 12.12 | 4.05 | - |
| YUV | 77.67 | 111.83 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 49 | 0 | 0.87 | 0.74 | 0.25 | 351.38 | 0.77 | 0.43 |
| Hex | C0 | 19 | 31 | 0 | 57 | 4A | 19 | 15F | 4D | 2B |
| Octal | 300 | 31 | 61 | 0 | 127 | 112 | 31 | 537 | 115 | 53 |
| Binary | 11000000 | 11001 | 110001 | 0 | 1010111 | 1001010 | 11001 | 101011111 | 1001101 | 101011 |
Color Harmonies of #C01931
Complementary color
Monochromatic Colors of #C01931
Black with #C01931
Text Example
Text Example
White with #C01931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01931; }
p { color: rgb(192,25,49); }
H1.HeaderClassName
{
color: #C01931;
}
.AnyTagClassName
{
color: #C01931;
}
</style>
background-color css
<style>
a { background-color: #C01931; }
a { background-color: rgb(192,25,49); }
div.DivClassName
{
background-color: #C01931;
}
.BgClassName
{
background-color: #C01931;
}
</style>
border-color css
<style>
span { border-color: #C01931; }
span { border-color: rgb(192,25,49); }
td.TdClassName
{
border-color: #C01931;
}
.TagClassName
{
border-color: #C01931;
}
</style>