Shades of Cardinal #CB122F
Tints of Cardinal #CB122F
RGB
CMYK
RGB Variations
Color information
#CB122F (or 0xCB122F) is known color: Cardinal. HEX triplet: CB, 12 and 2F. RGB value is (203,18,47). Sum of RGB (Red+Green+Blue) = 203+18+47=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB122F is #34EDD0. Grayscale: #4C4C4C. Windows color (decimal): -3468753 or 3085003. OLE color: 3085003.
HSL color Cylindrical-coordinate representation of color #CB122F: hue angle of 350.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB122F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 47 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.20 |
| HSL | 350.59º | 0.84% | 0.43% | - |
| HSV(B) | 350.59º | 0.91% | 0.8% | - |
| XYZ | 25.36 | 13.33 | 3.93 | - |
| YUV | 76.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 47 | 0 | 0.91 | 0.77 | 0.20 | 350.59 | 0.84 | 0.43 |
| Hex | CB | 12 | 2F | 0 | 5B | 4D | 14 | 15F | 54 | 2B |
| Octal | 313 | 22 | 57 | 0 | 133 | 115 | 24 | 537 | 124 | 53 |
| Binary | 11001011 | 10010 | 101111 | 0 | 1011011 | 1001101 | 10100 | 101011111 | 1010100 | 101011 |
Color Harmonies of #CB122F
Complementary color
Monochromatic Colors of #CB122F
Black with #CB122F
Text Example
Text Example
White with #CB122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB122F; }
p { color: rgb(203,18,47); }
H1.HeaderClassName
{
color: #CB122F;
}
.AnyTagClassName
{
color: #CB122F;
}
</style>
background-color css
<style>
a { background-color: #CB122F; }
a { background-color: rgb(203,18,47); }
div.DivClassName
{
background-color: #CB122F;
}
.BgClassName
{
background-color: #CB122F;
}
</style>
border-color css
<style>
span { border-color: #CB122F; }
span { border-color: rgb(203,18,47); }
td.TdClassName
{
border-color: #CB122F;
}
.TagClassName
{
border-color: #CB122F;
}
</style>