Shades of Cardinal #C1174D
Tints of Cardinal #C1174D
RGB
CMYK
RGB Variations
Color information
#C1174D (or 0xC1174D) is known color: Cardinal. HEX triplet: C1, 17 and 4D. RGB value is (193,23,77). Sum of RGB (Red+Green+Blue) = 193+23+77=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1174D is #3EE8B2. Grayscale: #4F4F4F. Windows color (decimal): -4122803 or 5052353. OLE color: 5052353.
HSL color Cylindrical-coordinate representation of color #C1174D: hue angle of 340.94º 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 #C1174D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 77 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.24 |
| HSL | 340.94º | 0.79% | 0.42% | - |
| HSV(B) | 340.94º | 0.88% | 0.76% | - |
| XYZ | 23.64 | 12.49 | 8.19 | - |
| YUV | 79.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 77 | 0 | 0.88 | 0.60 | 0.24 | 340.94 | 0.79 | 0.42 |
| Hex | C1 | 17 | 4D | 0 | 58 | 3C | 18 | 155 | 4F | 2A |
| Octal | 301 | 27 | 115 | 0 | 130 | 74 | 30 | 525 | 117 | 52 |
| Binary | 11000001 | 10111 | 1001101 | 0 | 1011000 | 111100 | 11000 | 101010101 | 1001111 | 101010 |
Color Harmonies of #C1174D
Complementary color
Monochromatic Colors of #C1174D
Black with #C1174D
Text Example
Text Example
White with #C1174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1174D; }
p { color: rgb(193,23,77); }
H1.HeaderClassName
{
color: #C1174D;
}
.AnyTagClassName
{
color: #C1174D;
}
</style>
background-color css
<style>
a { background-color: #C1174D; }
a { background-color: rgb(193,23,77); }
div.DivClassName
{
background-color: #C1174D;
}
.BgClassName
{
background-color: #C1174D;
}
</style>
border-color css
<style>
span { border-color: #C1174D; }
span { border-color: rgb(193,23,77); }
td.TdClassName
{
border-color: #C1174D;
}
.TagClassName
{
border-color: #C1174D;
}
</style>