Shades of Cardinal #C4173F
Tints of Cardinal #C4173F
RGB
CMYK
RGB Variations
Color information
#C4173F (or 0xC4173F) is known color: Cardinal. HEX triplet: C4, 17 and 3F. RGB value is (196,23,63). Sum of RGB (Red+Green+Blue) = 196+23+63=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C4173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4173F is #3BE8C0. Grayscale: #4F4F4F. Windows color (decimal): -3926209 or 4134852. OLE color: 4134852.
HSL color Cylindrical-coordinate representation of color #C4173F: hue angle of 346.13º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4173F is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 63 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.23 |
| HSL | 346.13º | 0.79% | 0.43% | - |
| HSV(B) | 346.13º | 0.88% | 0.77% | - |
| XYZ | 23.97 | 12.71 | 5.89 | - |
| YUV | 79.29 | 118.81 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 63 | 0 | 0.88 | 0.68 | 0.23 | 346.13 | 0.79 | 0.43 |
| Hex | C4 | 17 | 3F | 0 | 58 | 44 | 17 | 15A | 4F | 2B |
| Octal | 304 | 27 | 77 | 0 | 130 | 104 | 27 | 532 | 117 | 53 |
| Binary | 11000100 | 10111 | 111111 | 0 | 1011000 | 1000100 | 10111 | 101011010 | 1001111 | 101011 |
Color Harmonies of #C4173F
Complementary color
Monochromatic Colors of #C4173F
Black with #C4173F
Text Example
Text Example
White with #C4173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4173F; }
p { color: rgb(196,23,63); }
H1.HeaderClassName
{
color: #C4173F;
}
.AnyTagClassName
{
color: #C4173F;
}
</style>
background-color css
<style>
a { background-color: #C4173F; }
a { background-color: rgb(196,23,63); }
div.DivClassName
{
background-color: #C4173F;
}
.BgClassName
{
background-color: #C4173F;
}
</style>
border-color css
<style>
span { border-color: #C4173F; }
span { border-color: rgb(196,23,63); }
td.TdClassName
{
border-color: #C4173F;
}
.TagClassName
{
border-color: #C4173F;
}
</style>