Shades of Cardinal #C01245
Tints of Cardinal #C01245
RGB
CMYK
RGB Variations
Color information
#C01245 (or 0xC01245) is known color: Cardinal. HEX triplet: C0, 12 and 45. RGB value is (192,18,69). Sum of RGB (Red+Green+Blue) = 192+18+69=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C01245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01245 is #3FEDBA. Grayscale: #4B4B4B. Windows color (decimal): -4189627 or 4526784. OLE color: 4526784.
HSL color Cylindrical-coordinate representation of color #C01245: hue angle of 342.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01245 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 69 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.25 |
| HSL | 342.41º | 0.83% | 0.41% | - |
| HSV(B) | 342.41º | 0.91% | 0.75% | - |
| XYZ | 23.03 | 12.07 | 6.75 | - |
| YUV | 75.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 69 | 0 | 0.91 | 0.64 | 0.25 | 342.41 | 0.83 | 0.41 |
| Hex | C0 | 12 | 45 | 0 | 5B | 40 | 19 | 156 | 53 | 29 |
| Octal | 300 | 22 | 105 | 0 | 133 | 100 | 31 | 526 | 123 | 51 |
| Binary | 11000000 | 10010 | 1000101 | 0 | 1011011 | 1000000 | 11001 | 101010110 | 1010011 | 101001 |
Color Harmonies of #C01245
Complementary color
Monochromatic Colors of #C01245
Black with #C01245
Text Example
Text Example
White with #C01245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01245; }
p { color: rgb(192,18,69); }
H1.HeaderClassName
{
color: #C01245;
}
.AnyTagClassName
{
color: #C01245;
}
</style>
background-color css
<style>
a { background-color: #C01245; }
a { background-color: rgb(192,18,69); }
div.DivClassName
{
background-color: #C01245;
}
.BgClassName
{
background-color: #C01245;
}
</style>
border-color css
<style>
span { border-color: #C01245; }
span { border-color: rgb(192,18,69); }
td.TdClassName
{
border-color: #C01245;
}
.TagClassName
{
border-color: #C01245;
}
</style>