Shades of Cardinal #C7174B
Tints of Cardinal #C7174B
RGB
CMYK
RGB Variations
Color information
#C7174B (or 0xC7174B) is known color: Cardinal. HEX triplet: C7, 17 and 4B. RGB value is (199,23,75). Sum of RGB (Red+Green+Blue) = 199+23+75=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7174B is #38E8B4. Grayscale: #515151. Windows color (decimal): -3729589 or 4921287. OLE color: 4921287.
HSL color Cylindrical-coordinate representation of color #C7174B: hue angle of 342.27º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7174B is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 75 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.22 |
| HSL | 342.27º | 0.79% | 0.44% | - |
| HSV(B) | 342.27º | 0.88% | 0.78% | - |
| XYZ | 25.13 | 13.26 | 7.89 | - |
| YUV | 81.55 | 124.31 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 75 | 0 | 0.88 | 0.62 | 0.22 | 342.27 | 0.79 | 0.44 |
| Hex | C7 | 17 | 4B | 0 | 58 | 3E | 16 | 156 | 4F | 2C |
| Octal | 307 | 27 | 113 | 0 | 130 | 76 | 26 | 526 | 117 | 54 |
| Binary | 11000111 | 10111 | 1001011 | 0 | 1011000 | 111110 | 10110 | 101010110 | 1001111 | 101100 |
Color Harmonies of #C7174B
Complementary color
Monochromatic Colors of #C7174B
Black with #C7174B
Text Example
Text Example
White with #C7174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7174B; }
p { color: rgb(199,23,75); }
H1.HeaderClassName
{
color: #C7174B;
}
.AnyTagClassName
{
color: #C7174B;
}
</style>
background-color css
<style>
a { background-color: #C7174B; }
a { background-color: rgb(199,23,75); }
div.DivClassName
{
background-color: #C7174B;
}
.BgClassName
{
background-color: #C7174B;
}
</style>
border-color css
<style>
span { border-color: #C7174B; }
span { border-color: rgb(199,23,75); }
td.TdClassName
{
border-color: #C7174B;
}
.TagClassName
{
border-color: #C7174B;
}
</style>