Shades of Cardinal #C1174B
Tints of Cardinal #C1174B
RGB
CMYK
RGB Variations
Color information
#C1174B (or 0xC1174B) is known color: Cardinal. HEX triplet: C1, 17 and 4B. RGB value is (193,23,75). Sum of RGB (Red+Green+Blue) = 193+23+75=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1174B is #3EE8B4. Grayscale: #4F4F4F. Windows color (decimal): -4122805 or 4921281. OLE color: 4921281.
HSL color Cylindrical-coordinate representation of color #C1174B: hue angle of 341.65º 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 #C1174B is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 75 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.24 |
| HSL | 341.65º | 0.79% | 0.42% | - |
| HSV(B) | 341.65º | 0.88% | 0.76% | - |
| XYZ | 23.57 | 12.46 | 7.82 | - |
| YUV | 79.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 75 | 0 | 0.88 | 0.61 | 0.24 | 341.65 | 0.79 | 0.42 |
| Hex | C1 | 17 | 4B | 0 | 58 | 3D | 18 | 156 | 4F | 2A |
| Octal | 301 | 27 | 113 | 0 | 130 | 75 | 30 | 526 | 117 | 52 |
| Binary | 11000001 | 10111 | 1001011 | 0 | 1011000 | 111101 | 11000 | 101010110 | 1001111 | 101010 |
Color Harmonies of #C1174B
Complementary color
Monochromatic Colors of #C1174B
Black with #C1174B
Text Example
Text Example
White with #C1174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1174B; }
p { color: rgb(193,23,75); }
H1.HeaderClassName
{
color: #C1174B;
}
.AnyTagClassName
{
color: #C1174B;
}
</style>
background-color css
<style>
a { background-color: #C1174B; }
a { background-color: rgb(193,23,75); }
div.DivClassName
{
background-color: #C1174B;
}
.BgClassName
{
background-color: #C1174B;
}
</style>
border-color css
<style>
span { border-color: #C1174B; }
span { border-color: rgb(193,23,75); }
td.TdClassName
{
border-color: #C1174B;
}
.TagClassName
{
border-color: #C1174B;
}
</style>