Shades of Cardinal #C01439
Tints of Cardinal #C01439
RGB
CMYK
RGB Variations
Color information
#C01439 (or 0xC01439) is known color: Cardinal. HEX triplet: C0, 14 and 39. RGB value is (192,20,57). Sum of RGB (Red+Green+Blue) = 192+20+57=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C01439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01439 is #3FEBC6. Grayscale: #4B4B4B. Windows color (decimal): -4189127 or 3740864. OLE color: 3740864.
HSL color Cylindrical-coordinate representation of color #C01439: hue angle of 347.09º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01439 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 57 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.25 |
| HSL | 347.09º | 0.81% | 0.42% | - |
| HSV(B) | 347.09º | 0.9% | 0.75% | - |
| XYZ | 22.73 | 12 | 4.99 | - |
| YUV | 75.65 | 117.48 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 57 | 0 | 0.90 | 0.70 | 0.25 | 347.09 | 0.81 | 0.42 |
| Hex | C0 | 14 | 39 | 0 | 5A | 46 | 19 | 15B | 51 | 2A |
| Octal | 300 | 24 | 71 | 0 | 132 | 106 | 31 | 533 | 121 | 52 |
| Binary | 11000000 | 10100 | 111001 | 0 | 1011010 | 1000110 | 11001 | 101011011 | 1010001 | 101010 |
Color Harmonies of #C01439
Complementary color
Monochromatic Colors of #C01439
Black with #C01439
Text Example
Text Example
White with #C01439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01439; }
p { color: rgb(192,20,57); }
H1.HeaderClassName
{
color: #C01439;
}
.AnyTagClassName
{
color: #C01439;
}
</style>
background-color css
<style>
a { background-color: #C01439; }
a { background-color: rgb(192,20,57); }
div.DivClassName
{
background-color: #C01439;
}
.BgClassName
{
background-color: #C01439;
}
</style>
border-color css
<style>
span { border-color: #C01439; }
span { border-color: rgb(192,20,57); }
td.TdClassName
{
border-color: #C01439;
}
.TagClassName
{
border-color: #C01439;
}
</style>