Shades of Cardinal #CB172F
Tints of Cardinal #CB172F
RGB
CMYK
RGB Variations
Color information
#CB172F (or 0xCB172F) is known color: Cardinal. HEX triplet: CB, 17 and 2F. RGB value is (203,23,47). Sum of RGB (Red+Green+Blue) = 203+23+47=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB172F is #34E8D0. Grayscale: #4F4F4F. Windows color (decimal): -3467473 or 3086283. OLE color: 3086283.
HSL color Cylindrical-coordinate representation of color #CB172F: hue angle of 352º 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 #CB172F is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 47 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.20 |
| HSL | 352º | 0.8% | 0.44% | - |
| HSV(B) | 352º | 0.89% | 0.8% | - |
| XYZ | 25.45 | 13.51 | 3.96 | - |
| YUV | 79.56 | 109.63 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 47 | 0 | 0.89 | 0.77 | 0.20 | 352 | 0.8 | 0.44 |
| Hex | CB | 17 | 2F | 0 | 59 | 4D | 14 | 160 | 50 | 2C |
| Octal | 313 | 27 | 57 | 0 | 131 | 115 | 24 | 540 | 120 | 54 |
| Binary | 11001011 | 10111 | 101111 | 0 | 1011001 | 1001101 | 10100 | 101100000 | 1010000 | 101100 |
Color Harmonies of #CB172F
Complementary color
Monochromatic Colors of #CB172F
Black with #CB172F
Text Example
Text Example
White with #CB172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB172F; }
p { color: rgb(203,23,47); }
H1.HeaderClassName
{
color: #CB172F;
}
.AnyTagClassName
{
color: #CB172F;
}
</style>
background-color css
<style>
a { background-color: #CB172F; }
a { background-color: rgb(203,23,47); }
div.DivClassName
{
background-color: #CB172F;
}
.BgClassName
{
background-color: #CB172F;
}
</style>
border-color css
<style>
span { border-color: #CB172F; }
span { border-color: rgb(203,23,47); }
td.TdClassName
{
border-color: #CB172F;
}
.TagClassName
{
border-color: #CB172F;
}
</style>