Shades of Cardinal #C11B2B
Tints of Cardinal #C11B2B
RGB
CMYK
RGB Variations
Color information
#C11B2B (or 0xC11B2B) is known color: Cardinal. HEX triplet: C1, 1B and 2B. RGB value is (193,27,43). Sum of RGB (Red+Green+Blue) = 193+27+43=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11B2B is #3EE4D4. Grayscale: #4E4E4E. Windows color (decimal): -4121813 or 2825153. OLE color: 2825153.
HSL color Cylindrical-coordinate representation of color #C11B2B: hue angle of 354.22º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11B2B is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 27 | 43 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.24 |
| HSL | 354.22º | 0.75% | 0.43% | - |
| HSV(B) | 354.22º | 0.86% | 0.76% | - |
| XYZ | 22.82 | 12.3 | 3.46 | - |
| YUV | 78.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 27 | 43 | 0 | 0.86 | 0.78 | 0.24 | 354.22 | 0.75 | 0.43 |
| Hex | C1 | 1B | 2B | 0 | 56 | 4E | 18 | 162 | 4B | 2B |
| Octal | 301 | 33 | 53 | 0 | 126 | 116 | 30 | 542 | 113 | 53 |
| Binary | 11000001 | 11011 | 101011 | 0 | 1010110 | 1001110 | 11000 | 101100010 | 1001011 | 101011 |
Color Harmonies of #C11B2B
Complementary color
Monochromatic Colors of #C11B2B
Black with #C11B2B
Text Example
Text Example
White with #C11B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11B2B; }
p { color: rgb(193,27,43); }
H1.HeaderClassName
{
color: #C11B2B;
}
.AnyTagClassName
{
color: #C11B2B;
}
</style>
background-color css
<style>
a { background-color: #C11B2B; }
a { background-color: rgb(193,27,43); }
div.DivClassName
{
background-color: #C11B2B;
}
.BgClassName
{
background-color: #C11B2B;
}
</style>
border-color css
<style>
span { border-color: #C11B2B; }
span { border-color: rgb(193,27,43); }
td.TdClassName
{
border-color: #C11B2B;
}
.TagClassName
{
border-color: #C11B2B;
}
</style>