Shades of Cardinal #C01248
Tints of Cardinal #C01248
RGB
CMYK
RGB Variations
Color information
#C01248 (or 0xC01248) is known color: Cardinal. HEX triplet: C0, 12 and 48. RGB value is (192,18,72). Sum of RGB (Red+Green+Blue) = 192+18+72=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C01248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01248 is #3FEDB7. Grayscale: #4C4C4C. Windows color (decimal): -4189624 or 4723392. OLE color: 4723392.
HSL color Cylindrical-coordinate representation of color #C01248: hue angle of 341.38º 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 #C01248 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 72 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.25 |
| HSL | 341.38º | 0.83% | 0.41% | - |
| HSV(B) | 341.38º | 0.91% | 0.75% | - |
| XYZ | 23.12 | 12.11 | 7.25 | - |
| YUV | 76.18 | 125.65 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 72 | 0 | 0.91 | 0.63 | 0.25 | 341.38 | 0.83 | 0.41 |
| Hex | C0 | 12 | 48 | 0 | 5B | 3F | 19 | 155 | 53 | 29 |
| Octal | 300 | 22 | 110 | 0 | 133 | 77 | 31 | 525 | 123 | 51 |
| Binary | 11000000 | 10010 | 1001000 | 0 | 1011011 | 111111 | 11001 | 101010101 | 1010011 | 101001 |
Color Harmonies of #C01248
Complementary color
Monochromatic Colors of #C01248
Black with #C01248
Text Example
Text Example
White with #C01248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01248; }
p { color: rgb(192,18,72); }
H1.HeaderClassName
{
color: #C01248;
}
.AnyTagClassName
{
color: #C01248;
}
</style>
background-color css
<style>
a { background-color: #C01248; }
a { background-color: rgb(192,18,72); }
div.DivClassName
{
background-color: #C01248;
}
.BgClassName
{
background-color: #C01248;
}
</style>
border-color css
<style>
span { border-color: #C01248; }
span { border-color: rgb(192,18,72); }
td.TdClassName
{
border-color: #C01248;
}
.TagClassName
{
border-color: #C01248;
}
</style>