Shades of Cardinal #C01944
Tints of Cardinal #C01944
RGB
CMYK
RGB Variations
Color information
#C01944 (or 0xC01944) is known color: Cardinal. HEX triplet: C0, 19 and 44. RGB value is (192,25,68). Sum of RGB (Red+Green+Blue) = 192+25+68=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C01944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01944 is #3FE6BB. Grayscale: #4F4F4F. Windows color (decimal): -4187836 or 4463040. OLE color: 4463040.
HSL color Cylindrical-coordinate representation of color #C01944: hue angle of 344.55º 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 #C01944 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 68 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.25 |
| HSL | 344.55º | 0.77% | 0.43% | - |
| HSV(B) | 344.55º | 0.87% | 0.75% | - |
| XYZ | 23.13 | 12.32 | 6.63 | - |
| YUV | 79.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 68 | 0 | 0.87 | 0.65 | 0.25 | 344.55 | 0.77 | 0.43 |
| Hex | C0 | 19 | 44 | 0 | 57 | 41 | 19 | 159 | 4D | 2B |
| Octal | 300 | 31 | 104 | 0 | 127 | 101 | 31 | 531 | 115 | 53 |
| Binary | 11000000 | 11001 | 1000100 | 0 | 1010111 | 1000001 | 11001 | 101011001 | 1001101 | 101011 |
Color Harmonies of #C01944
Complementary color
Monochromatic Colors of #C01944
Black with #C01944
Text Example
Text Example
White with #C01944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01944; }
p { color: rgb(192,25,68); }
H1.HeaderClassName
{
color: #C01944;
}
.AnyTagClassName
{
color: #C01944;
}
</style>
background-color css
<style>
a { background-color: #C01944; }
a { background-color: rgb(192,25,68); }
div.DivClassName
{
background-color: #C01944;
}
.BgClassName
{
background-color: #C01944;
}
</style>
border-color css
<style>
span { border-color: #C01944; }
span { border-color: rgb(192,25,68); }
td.TdClassName
{
border-color: #C01944;
}
.TagClassName
{
border-color: #C01944;
}
</style>