Shades of Cardinal #C11737
Tints of Cardinal #C11737
RGB
CMYK
RGB Variations
Color information
#C11737 (or 0xC11737) is known color: Cardinal. HEX triplet: C1, 17 and 37. RGB value is (193,23,55). Sum of RGB (Red+Green+Blue) = 193+23+55=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C11737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11737 is #3EE8C8. Grayscale: #4D4D4D. Windows color (decimal): -4122825 or 3610561. OLE color: 3610561.
HSL color Cylindrical-coordinate representation of color #C11737: hue angle of 348.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11737 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 55 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.24 |
| HSL | 348.71º | 0.79% | 0.42% | - |
| HSV(B) | 348.71º | 0.88% | 0.76% | - |
| XYZ | 22.99 | 12.23 | 4.76 | - |
| YUV | 77.48 | 115.32 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 55 | 0 | 0.88 | 0.72 | 0.24 | 348.71 | 0.79 | 0.42 |
| Hex | C1 | 17 | 37 | 0 | 58 | 48 | 18 | 15D | 4F | 2A |
| Octal | 301 | 27 | 67 | 0 | 130 | 110 | 30 | 535 | 117 | 52 |
| Binary | 11000001 | 10111 | 110111 | 0 | 1011000 | 1001000 | 11000 | 101011101 | 1001111 | 101010 |
Color Harmonies of #C11737
Complementary color
Monochromatic Colors of #C11737
Black with #C11737
Text Example
Text Example
White with #C11737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11737; }
p { color: rgb(193,23,55); }
H1.HeaderClassName
{
color: #C11737;
}
.AnyTagClassName
{
color: #C11737;
}
</style>
background-color css
<style>
a { background-color: #C11737; }
a { background-color: rgb(193,23,55); }
div.DivClassName
{
background-color: #C11737;
}
.BgClassName
{
background-color: #C11737;
}
</style>
border-color css
<style>
span { border-color: #C11737; }
span { border-color: rgb(193,23,55); }
td.TdClassName
{
border-color: #C11737;
}
.TagClassName
{
border-color: #C11737;
}
</style>