Shades of Cardinal #C4173D
Tints of Cardinal #C4173D
RGB
CMYK
RGB Variations
Color information
#C4173D (or 0xC4173D) is known color: Cardinal. HEX triplet: C4, 17 and 3D. RGB value is (196,23,61). Sum of RGB (Red+Green+Blue) = 196+23+61=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4173D is #3BE8C2. Grayscale: #4F4F4F. Windows color (decimal): -3926211 or 4003780. OLE color: 4003780.
HSL color Cylindrical-coordinate representation of color #C4173D: hue angle of 346.82º 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 #C4173D is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 61 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.23 |
| HSL | 346.82º | 0.79% | 0.43% | - |
| HSV(B) | 346.82º | 0.88% | 0.77% | - |
| XYZ | 23.91 | 12.69 | 5.6 | - |
| YUV | 79.06 | 117.81 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 61 | 0 | 0.88 | 0.69 | 0.23 | 346.82 | 0.79 | 0.43 |
| Hex | C4 | 17 | 3D | 0 | 58 | 45 | 17 | 15B | 4F | 2B |
| Octal | 304 | 27 | 75 | 0 | 130 | 105 | 27 | 533 | 117 | 53 |
| Binary | 11000100 | 10111 | 111101 | 0 | 1011000 | 1000101 | 10111 | 101011011 | 1001111 | 101011 |
Color Harmonies of #C4173D
Complementary color
Monochromatic Colors of #C4173D
Black with #C4173D
Text Example
Text Example
White with #C4173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4173D; }
p { color: rgb(196,23,61); }
H1.HeaderClassName
{
color: #C4173D;
}
.AnyTagClassName
{
color: #C4173D;
}
</style>
background-color css
<style>
a { background-color: #C4173D; }
a { background-color: rgb(196,23,61); }
div.DivClassName
{
background-color: #C4173D;
}
.BgClassName
{
background-color: #C4173D;
}
</style>
border-color css
<style>
span { border-color: #C4173D; }
span { border-color: rgb(196,23,61); }
td.TdClassName
{
border-color: #C4173D;
}
.TagClassName
{
border-color: #C4173D;
}
</style>