Shades of Cardinal #C10942
Tints of Cardinal #C10942
RGB
CMYK
RGB Variations
Color information
#C10942 (or 0xC10942) is known color: Cardinal. HEX triplet: C1, 09 and 42. RGB value is (193,9,66). Sum of RGB (Red+Green+Blue) = 193+9+66=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C10942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10942 is #3EF6BD. Grayscale: #464646. Windows color (decimal): -4126398 or 4327873. OLE color: 4327873.
HSL color Cylindrical-coordinate representation of color #C10942: hue angle of 341.41º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10942 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 66 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.24 |
| HSL | 341.41º | 0.91% | 0.4% | - |
| HSV(B) | 341.41º | 0.95% | 0.76% | - |
| XYZ | 23.07 | 11.93 | 6.24 | - |
| YUV | 70.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 66 | 0 | 0.95 | 0.66 | 0.24 | 341.41 | 0.91 | 0.4 |
| Hex | C1 | 9 | 42 | 0 | 5F | 42 | 18 | 155 | 5B | 28 |
| Octal | 301 | 11 | 102 | 0 | 137 | 102 | 30 | 525 | 133 | 50 |
| Binary | 11000001 | 1001 | 1000010 | 0 | 1011111 | 1000010 | 11000 | 101010101 | 1011011 | 101000 |
Color Harmonies of #C10942
Complementary color
Monochromatic Colors of #C10942
Black with #C10942
Text Example
Text Example
White with #C10942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10942; }
p { color: rgb(193,9,66); }
H1.HeaderClassName
{
color: #C10942;
}
.AnyTagClassName
{
color: #C10942;
}
</style>
background-color css
<style>
a { background-color: #C10942; }
a { background-color: rgb(193,9,66); }
div.DivClassName
{
background-color: #C10942;
}
.BgClassName
{
background-color: #C10942;
}
</style>
border-color css
<style>
span { border-color: #C10942; }
span { border-color: rgb(193,9,66); }
td.TdClassName
{
border-color: #C10942;
}
.TagClassName
{
border-color: #C10942;
}
</style>