Shades of Cardinal #C10242
Tints of Cardinal #C10242
RGB
CMYK
RGB Variations
Color information
#C10242 (or 0xC10242) is known color: Cardinal. HEX triplet: C1, 02 and 42. RGB value is (193,2,66). Sum of RGB (Red+Green+Blue) = 193+2+66=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C10242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10242 is #3EFDBD. Grayscale: #424242. Windows color (decimal): -4128190 or 4326081. OLE color: 4326081.
HSL color Cylindrical-coordinate representation of color #C10242: hue angle of 339.9º degrees, saturation: 0.98, 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 #C10242 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.24 |
| HSL | 339.9º | 0.98% | 0.38% | - |
| HSV(B) | 339.9º | 0.99% | 0.76% | - |
| XYZ | 23 | 11.77 | 6.21 | - |
| YUV | 66.41 | 127.78 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 66 | 0 | 0.99 | 0.66 | 0.24 | 339.9 | 0.98 | 0.38 |
| Hex | C1 | 2 | 42 | 0 | 63 | 42 | 18 | 154 | 62 | 26 |
| Octal | 301 | 2 | 102 | 0 | 143 | 102 | 30 | 524 | 142 | 46 |
| Binary | 11000001 | 10 | 1000010 | 0 | 1100011 | 1000010 | 11000 | 101010100 | 1100010 | 100110 |
Color Harmonies of #C10242
Complementary color
Monochromatic Colors of #C10242
Black with #C10242
Text Example
Text Example
White with #C10242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10242; }
p { color: rgb(193,2,66); }
H1.HeaderClassName
{
color: #C10242;
}
.AnyTagClassName
{
color: #C10242;
}
</style>
background-color css
<style>
a { background-color: #C10242; }
a { background-color: rgb(193,2,66); }
div.DivClassName
{
background-color: #C10242;
}
.BgClassName
{
background-color: #C10242;
}
</style>
border-color css
<style>
span { border-color: #C10242; }
span { border-color: rgb(193,2,66); }
td.TdClassName
{
border-color: #C10242;
}
.TagClassName
{
border-color: #C10242;
}
</style>