Shades of Cardinal #C01639
Tints of Cardinal #C01639
RGB
CMYK
RGB Variations
Color information
#C01639 (or 0xC01639) is known color: Cardinal. HEX triplet: C0, 16 and 39. RGB value is (192,22,57). Sum of RGB (Red+Green+Blue) = 192+22+57=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C01639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01639 is #3FE9C6. Grayscale: #4C4C4C. Windows color (decimal): -4188615 or 3741376. OLE color: 3741376.
HSL color Cylindrical-coordinate representation of color #C01639: hue angle of 347.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01639 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 57 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.25 |
| HSL | 347.65º | 0.79% | 0.42% | - |
| HSV(B) | 347.65º | 0.89% | 0.75% | - |
| XYZ | 22.76 | 12.08 | 5 | - |
| YUV | 76.82 | 116.82 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 57 | 0 | 0.89 | 0.70 | 0.25 | 347.65 | 0.79 | 0.42 |
| Hex | C0 | 16 | 39 | 0 | 59 | 46 | 19 | 15C | 4F | 2A |
| Octal | 300 | 26 | 71 | 0 | 131 | 106 | 31 | 534 | 117 | 52 |
| Binary | 11000000 | 10110 | 111001 | 0 | 1011001 | 1000110 | 11001 | 101011100 | 1001111 | 101010 |
Color Harmonies of #C01639
Complementary color
Monochromatic Colors of #C01639
Black with #C01639
Text Example
Text Example
White with #C01639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01639; }
p { color: rgb(192,22,57); }
H1.HeaderClassName
{
color: #C01639;
}
.AnyTagClassName
{
color: #C01639;
}
</style>
background-color css
<style>
a { background-color: #C01639; }
a { background-color: rgb(192,22,57); }
div.DivClassName
{
background-color: #C01639;
}
.BgClassName
{
background-color: #C01639;
}
</style>
border-color css
<style>
span { border-color: #C01639; }
span { border-color: rgb(192,22,57); }
td.TdClassName
{
border-color: #C01639;
}
.TagClassName
{
border-color: #C01639;
}
</style>