Shades of Cardinal #C11332
Tints of Cardinal #C11332
RGB
CMYK
RGB Variations
Color information
#C11332 (or 0xC11332) is known color: Cardinal. HEX triplet: C1, 13 and 32. RGB value is (193,19,50). Sum of RGB (Red+Green+Blue) = 193+19+50=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C11332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11332 is #3EECCD. Grayscale: #4A4A4A. Windows color (decimal): -4123854 or 3281857. OLE color: 3281857.
HSL color Cylindrical-coordinate representation of color #C11332: hue angle of 349.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11332 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 50 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.24 |
| HSL | 349.31º | 0.82% | 0.42% | - |
| HSV(B) | 349.31º | 0.9% | 0.76% | - |
| XYZ | 22.8 | 12.03 | 4.14 | - |
| YUV | 74.56 | 114.15 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 50 | 0 | 0.90 | 0.74 | 0.24 | 349.31 | 0.82 | 0.42 |
| Hex | C1 | 13 | 32 | 0 | 5A | 4A | 18 | 15D | 52 | 2A |
| Octal | 301 | 23 | 62 | 0 | 132 | 112 | 30 | 535 | 122 | 52 |
| Binary | 11000001 | 10011 | 110010 | 0 | 1011010 | 1001010 | 11000 | 101011101 | 1010010 | 101010 |
Color Harmonies of #C11332
Complementary color
Monochromatic Colors of #C11332
Black with #C11332
Text Example
Text Example
White with #C11332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11332; }
p { color: rgb(193,19,50); }
H1.HeaderClassName
{
color: #C11332;
}
.AnyTagClassName
{
color: #C11332;
}
</style>
background-color css
<style>
a { background-color: #C11332; }
a { background-color: rgb(193,19,50); }
div.DivClassName
{
background-color: #C11332;
}
.BgClassName
{
background-color: #C11332;
}
</style>
border-color css
<style>
span { border-color: #C11332; }
span { border-color: rgb(193,19,50); }
td.TdClassName
{
border-color: #C11332;
}
.TagClassName
{
border-color: #C11332;
}
</style>