Shades of Cardinal #C10142
Tints of Cardinal #C10142
RGB
CMYK
RGB Variations
Color information
#C10142 (or 0xC10142) is known color: Cardinal. HEX triplet: C1, 01 and 42. RGB value is (193,1,66). Sum of RGB (Red+Green+Blue) = 193+1+66=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C10142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10142 is #3EFEBD. Grayscale: #414141. Windows color (decimal): -4128446 or 4325825. OLE color: 4325825.
HSL color Cylindrical-coordinate representation of color #C10142: hue angle of 339.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10142 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.24 |
| HSL | 339.69º | 0.99% | 0.38% | - |
| HSV(B) | 339.69º | 0.99% | 0.76% | - |
| XYZ | 22.99 | 11.75 | 6.21 | - |
| YUV | 65.82 | 128.11 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 66 | 0 | 0.99 | 0.66 | 0.24 | 339.69 | 0.99 | 0.38 |
| Hex | C1 | 1 | 42 | 0 | 63 | 42 | 18 | 154 | 63 | 26 |
| Octal | 301 | 1 | 102 | 0 | 143 | 102 | 30 | 524 | 143 | 46 |
| Binary | 11000001 | 1 | 1000010 | 0 | 1100011 | 1000010 | 11000 | 101010100 | 1100011 | 100110 |
Color Harmonies of #C10142
Complementary color
Monochromatic Colors of #C10142
Black with #C10142
Text Example
Text Example
White with #C10142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10142; }
p { color: rgb(193,1,66); }
H1.HeaderClassName
{
color: #C10142;
}
.AnyTagClassName
{
color: #C10142;
}
</style>
background-color css
<style>
a { background-color: #C10142; }
a { background-color: rgb(193,1,66); }
div.DivClassName
{
background-color: #C10142;
}
.BgClassName
{
background-color: #C10142;
}
</style>
border-color css
<style>
span { border-color: #C10142; }
span { border-color: rgb(193,1,66); }
td.TdClassName
{
border-color: #C10142;
}
.TagClassName
{
border-color: #C10142;
}
</style>