Shades of Cardinal #C11534
Tints of Cardinal #C11534
RGB
CMYK
RGB Variations
Color information
#C11534 (or 0xC11534) is known color: Cardinal. HEX triplet: C1, 15 and 34. RGB value is (193,21,52). Sum of RGB (Red+Green+Blue) = 193+21+52=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C11534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11534 is #3EEACB. Grayscale: #4C4C4C. Windows color (decimal): -4123340 or 3413441. OLE color: 3413441.
HSL color Cylindrical-coordinate representation of color #C11534: hue angle of 349.19º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11534 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 52 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.24 |
| HSL | 349.19º | 0.8% | 0.42% | - |
| HSV(B) | 349.19º | 0.89% | 0.76% | - |
| XYZ | 22.88 | 12.12 | 4.38 | - |
| YUV | 75.96 | 114.48 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 52 | 0 | 0.89 | 0.73 | 0.24 | 349.19 | 0.8 | 0.42 |
| Hex | C1 | 15 | 34 | 0 | 59 | 49 | 18 | 15D | 50 | 2A |
| Octal | 301 | 25 | 64 | 0 | 131 | 111 | 30 | 535 | 120 | 52 |
| Binary | 11000001 | 10101 | 110100 | 0 | 1011001 | 1001001 | 11000 | 101011101 | 1010000 | 101010 |
Color Harmonies of #C11534
Complementary color
Monochromatic Colors of #C11534
Black with #C11534
Text Example
Text Example
White with #C11534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11534; }
p { color: rgb(193,21,52); }
H1.HeaderClassName
{
color: #C11534;
}
.AnyTagClassName
{
color: #C11534;
}
</style>
background-color css
<style>
a { background-color: #C11534; }
a { background-color: rgb(193,21,52); }
div.DivClassName
{
background-color: #C11534;
}
.BgClassName
{
background-color: #C11534;
}
</style>
border-color css
<style>
span { border-color: #C11534; }
span { border-color: rgb(193,21,52); }
td.TdClassName
{
border-color: #C11534;
}
.TagClassName
{
border-color: #C11534;
}
</style>