Shades of Cardinal #C11334
Tints of Cardinal #C11334
RGB
CMYK
RGB Variations
Color information
#C11334 (or 0xC11334) is known color: Cardinal. HEX triplet: C1, 13 and 34. RGB value is (193,19,52). Sum of RGB (Red+Green+Blue) = 193+19+52=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C11334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11334 is #3EECCB. Grayscale: #4A4A4A. Windows color (decimal): -4123852 or 3412929. OLE color: 3412929.
HSL color Cylindrical-coordinate representation of color #C11334: hue angle of 348.62º 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 #C11334 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 52 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.24 |
| HSL | 348.62º | 0.82% | 0.42% | - |
| HSV(B) | 348.62º | 0.9% | 0.76% | - |
| XYZ | 22.85 | 12.05 | 4.37 | - |
| YUV | 74.79 | 115.15 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 52 | 0 | 0.90 | 0.73 | 0.24 | 348.62 | 0.82 | 0.42 |
| Hex | C1 | 13 | 34 | 0 | 5A | 49 | 18 | 15D | 52 | 2A |
| Octal | 301 | 23 | 64 | 0 | 132 | 111 | 30 | 535 | 122 | 52 |
| Binary | 11000001 | 10011 | 110100 | 0 | 1011010 | 1001001 | 11000 | 101011101 | 1010010 | 101010 |
Color Harmonies of #C11334
Complementary color
Monochromatic Colors of #C11334
Black with #C11334
Text Example
Text Example
White with #C11334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11334; }
p { color: rgb(193,19,52); }
H1.HeaderClassName
{
color: #C11334;
}
.AnyTagClassName
{
color: #C11334;
}
</style>
background-color css
<style>
a { background-color: #C11334; }
a { background-color: rgb(193,19,52); }
div.DivClassName
{
background-color: #C11334;
}
.BgClassName
{
background-color: #C11334;
}
</style>
border-color css
<style>
span { border-color: #C11334; }
span { border-color: rgb(193,19,52); }
td.TdClassName
{
border-color: #C11334;
}
.TagClassName
{
border-color: #C11334;
}
</style>