Shades of Cardinal #C1173F
Tints of Cardinal #C1173F
RGB
CMYK
RGB Variations
Color information
#C1173F (or 0xC1173F) is known color: Cardinal. HEX triplet: C1, 17 and 3F. RGB value is (193,23,63). Sum of RGB (Red+Green+Blue) = 193+23+63=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C1173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1173F is #3EE8C0. Grayscale: #4E4E4E. Windows color (decimal): -4122817 or 4134849. OLE color: 4134849.
HSL color Cylindrical-coordinate representation of color #C1173F: hue angle of 345.88º 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 #C1173F is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 63 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.24 |
| HSL | 345.88º | 0.79% | 0.42% | - |
| HSV(B) | 345.88º | 0.88% | 0.76% | - |
| XYZ | 23.2 | 12.31 | 5.86 | - |
| YUV | 78.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 63 | 0 | 0.88 | 0.67 | 0.24 | 345.88 | 0.79 | 0.42 |
| Hex | C1 | 17 | 3F | 0 | 58 | 43 | 18 | 15A | 4F | 2A |
| Octal | 301 | 27 | 77 | 0 | 130 | 103 | 30 | 532 | 117 | 52 |
| Binary | 11000001 | 10111 | 111111 | 0 | 1011000 | 1000011 | 11000 | 101011010 | 1001111 | 101010 |
Color Harmonies of #C1173F
Complementary color
Monochromatic Colors of #C1173F
Black with #C1173F
Text Example
Text Example
White with #C1173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1173F; }
p { color: rgb(193,23,63); }
H1.HeaderClassName
{
color: #C1173F;
}
.AnyTagClassName
{
color: #C1173F;
}
</style>
background-color css
<style>
a { background-color: #C1173F; }
a { background-color: rgb(193,23,63); }
div.DivClassName
{
background-color: #C1173F;
}
.BgClassName
{
background-color: #C1173F;
}
</style>
border-color css
<style>
span { border-color: #C1173F; }
span { border-color: rgb(193,23,63); }
td.TdClassName
{
border-color: #C1173F;
}
.TagClassName
{
border-color: #C1173F;
}
</style>