Shades of Cardinal #C11D3B
Tints of Cardinal #C11D3B
RGB
CMYK
RGB Variations
Color information
#C11D3B (or 0xC11D3B) is known color: Cardinal. HEX triplet: C1, 1D and 3B. RGB value is (193,29,59). Sum of RGB (Red+Green+Blue) = 193+29+59=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11D3B is #3EE2C4. Grayscale: #515151. Windows color (decimal): -4121285 or 3874241. OLE color: 3874241.
HSL color Cylindrical-coordinate representation of color #C11D3B: hue angle of 349.02º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11D3B is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 59 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.24 |
| HSL | 349.02º | 0.74% | 0.44% | - |
| HSV(B) | 349.02º | 0.85% | 0.76% | - |
| XYZ | 23.22 | 12.53 | 5.33 | - |
| YUV | 81.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 59 | 0 | 0.85 | 0.69 | 0.24 | 349.02 | 0.74 | 0.44 |
| Hex | C1 | 1D | 3B | 0 | 55 | 45 | 18 | 15D | 4A | 2C |
| Octal | 301 | 35 | 73 | 0 | 125 | 105 | 30 | 535 | 112 | 54 |
| Binary | 11000001 | 11101 | 111011 | 0 | 1010101 | 1000101 | 11000 | 101011101 | 1001010 | 101100 |
Color Harmonies of #C11D3B
Complementary color
Monochromatic Colors of #C11D3B
Black with #C11D3B
Text Example
Text Example
White with #C11D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11D3B; }
p { color: rgb(193,29,59); }
H1.HeaderClassName
{
color: #C11D3B;
}
.AnyTagClassName
{
color: #C11D3B;
}
</style>
background-color css
<style>
a { background-color: #C11D3B; }
a { background-color: rgb(193,29,59); }
div.DivClassName
{
background-color: #C11D3B;
}
.BgClassName
{
background-color: #C11D3B;
}
</style>
border-color css
<style>
span { border-color: #C11D3B; }
span { border-color: rgb(193,29,59); }
td.TdClassName
{
border-color: #C11D3B;
}
.TagClassName
{
border-color: #C11D3B;
}
</style>