Shades of Cardinal #CB112F
Tints of Cardinal #CB112F
RGB
CMYK
RGB Variations
Color information
#CB112F (or 0xCB112F) is known color: Cardinal. HEX triplet: CB, 11 and 2F. RGB value is (203,17,47). Sum of RGB (Red+Green+Blue) = 203+17+47=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB112F is #34EED0. Grayscale: #4C4C4C. Windows color (decimal): -3469009 or 3084747. OLE color: 3084747.
HSL color Cylindrical-coordinate representation of color #CB112F: hue angle of 350.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB112F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 47 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.20 |
| HSL | 350.32º | 0.85% | 0.43% | - |
| HSV(B) | 350.32º | 0.92% | 0.8% | - |
| XYZ | 25.34 | 13.3 | 3.92 | - |
| YUV | 76.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 47 | 0 | 0.92 | 0.77 | 0.20 | 350.32 | 0.85 | 0.43 |
| Hex | CB | 11 | 2F | 0 | 5C | 4D | 14 | 15E | 55 | 2B |
| Octal | 313 | 21 | 57 | 0 | 134 | 115 | 24 | 536 | 125 | 53 |
| Binary | 11001011 | 10001 | 101111 | 0 | 1011100 | 1001101 | 10100 | 101011110 | 1010101 | 101011 |
Color Harmonies of #CB112F
Complementary color
Monochromatic Colors of #CB112F
Black with #CB112F
Text Example
Text Example
White with #CB112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB112F; }
p { color: rgb(203,17,47); }
H1.HeaderClassName
{
color: #CB112F;
}
.AnyTagClassName
{
color: #CB112F;
}
</style>
background-color css
<style>
a { background-color: #CB112F; }
a { background-color: rgb(203,17,47); }
div.DivClassName
{
background-color: #CB112F;
}
.BgClassName
{
background-color: #CB112F;
}
</style>
border-color css
<style>
span { border-color: #CB112F; }
span { border-color: rgb(203,17,47); }
td.TdClassName
{
border-color: #CB112F;
}
.TagClassName
{
border-color: #CB112F;
}
</style>