Shades of Cardinal #CB174D
Tints of Cardinal #CB174D
RGB
CMYK
RGB Variations
Color information
#CB174D (or 0xCB174D) is known color: Cardinal. HEX triplet: CB, 17 and 4D. RGB value is (203,23,77). Sum of RGB (Red+Green+Blue) = 203+23+77=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB174D is #34E8B2. Grayscale: #525252. Windows color (decimal): -3467443 or 5052363. OLE color: 5052363.
HSL color Cylindrical-coordinate representation of color #CB174D: hue angle of 342º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB174D is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 77 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.20 |
| HSL | 342º | 0.8% | 0.44% | - |
| HSV(B) | 342º | 0.89% | 0.8% | - |
| XYZ | 26.27 | 13.85 | 8.31 | - |
| YUV | 82.98 | 124.63 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 77 | 0 | 0.89 | 0.62 | 0.20 | 342 | 0.8 | 0.44 |
| Hex | CB | 17 | 4D | 0 | 59 | 3E | 14 | 156 | 50 | 2C |
| Octal | 313 | 27 | 115 | 0 | 131 | 76 | 24 | 526 | 120 | 54 |
| Binary | 11001011 | 10111 | 1001101 | 0 | 1011001 | 111110 | 10100 | 101010110 | 1010000 | 101100 |
Color Harmonies of #CB174D
Complementary color
Monochromatic Colors of #CB174D
Black with #CB174D
Text Example
Text Example
White with #CB174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB174D; }
p { color: rgb(203,23,77); }
H1.HeaderClassName
{
color: #CB174D;
}
.AnyTagClassName
{
color: #CB174D;
}
</style>
background-color css
<style>
a { background-color: #CB174D; }
a { background-color: rgb(203,23,77); }
div.DivClassName
{
background-color: #CB174D;
}
.BgClassName
{
background-color: #CB174D;
}
</style>
border-color css
<style>
span { border-color: #CB174D; }
span { border-color: rgb(203,23,77); }
td.TdClassName
{
border-color: #CB174D;
}
.TagClassName
{
border-color: #CB174D;
}
</style>