Shades of Cardinal #C01445
Tints of Cardinal #C01445
RGB
CMYK
RGB Variations
Color information
#C01445 (or 0xC01445) is known color: Cardinal. HEX triplet: C0, 14 and 45. RGB value is (192,20,69). Sum of RGB (Red+Green+Blue) = 192+20+69=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C01445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01445 is #3FEBBA. Grayscale: #4C4C4C. Windows color (decimal): -4189115 or 4527296. OLE color: 4527296.
HSL color Cylindrical-coordinate representation of color #C01445: hue angle of 342.91º 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 #C01445 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 69 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.25 |
| HSL | 342.91º | 0.81% | 0.42% | - |
| HSV(B) | 342.91º | 0.9% | 0.75% | - |
| XYZ | 23.06 | 12.14 | 6.76 | - |
| YUV | 77.01 | 123.48 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 69 | 0 | 0.90 | 0.64 | 0.25 | 342.91 | 0.81 | 0.42 |
| Hex | C0 | 14 | 45 | 0 | 5A | 40 | 19 | 157 | 51 | 2A |
| Octal | 300 | 24 | 105 | 0 | 132 | 100 | 31 | 527 | 121 | 52 |
| Binary | 11000000 | 10100 | 1000101 | 0 | 1011010 | 1000000 | 11001 | 101010111 | 1010001 | 101010 |
Color Harmonies of #C01445
Complementary color
Monochromatic Colors of #C01445
Black with #C01445
Text Example
Text Example
White with #C01445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01445; }
p { color: rgb(192,20,69); }
H1.HeaderClassName
{
color: #C01445;
}
.AnyTagClassName
{
color: #C01445;
}
</style>
background-color css
<style>
a { background-color: #C01445; }
a { background-color: rgb(192,20,69); }
div.DivClassName
{
background-color: #C01445;
}
.BgClassName
{
background-color: #C01445;
}
</style>
border-color css
<style>
span { border-color: #C01445; }
span { border-color: rgb(192,20,69); }
td.TdClassName
{
border-color: #C01445;
}
.TagClassName
{
border-color: #C01445;
}
</style>