Shades of Cardinal #CB113A
Tints of Cardinal #CB113A
RGB
CMYK
RGB Variations
Color information
#CB113A (or 0xCB113A) is known color: Cardinal. HEX triplet: CB, 11 and 3A. RGB value is (203,17,58). Sum of RGB (Red+Green+Blue) = 203+17+58=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB113A is #34EEC5. Grayscale: #4D4D4D. Windows color (decimal): -3468998 or 3805643. OLE color: 3805643.
HSL color Cylindrical-coordinate representation of color #CB113A: hue angle of 346.77º 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 #CB113A is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 58 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.20 |
| HSL | 346.77º | 0.85% | 0.43% | - |
| HSV(B) | 346.77º | 0.92% | 0.8% | - |
| XYZ | 25.59 | 13.4 | 5.24 | - |
| YUV | 77.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 58 | 0 | 0.92 | 0.71 | 0.20 | 346.77 | 0.85 | 0.43 |
| Hex | CB | 11 | 3A | 0 | 5C | 47 | 14 | 15B | 55 | 2B |
| Octal | 313 | 21 | 72 | 0 | 134 | 107 | 24 | 533 | 125 | 53 |
| Binary | 11001011 | 10001 | 111010 | 0 | 1011100 | 1000111 | 10100 | 101011011 | 1010101 | 101011 |
Color Harmonies of #CB113A
Complementary color
Monochromatic Colors of #CB113A
Black with #CB113A
Text Example
Text Example
White with #CB113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB113A; }
p { color: rgb(203,17,58); }
H1.HeaderClassName
{
color: #CB113A;
}
.AnyTagClassName
{
color: #CB113A;
}
</style>
background-color css
<style>
a { background-color: #CB113A; }
a { background-color: rgb(203,17,58); }
div.DivClassName
{
background-color: #CB113A;
}
.BgClassName
{
background-color: #CB113A;
}
</style>
border-color css
<style>
span { border-color: #CB113A; }
span { border-color: rgb(203,17,58); }
td.TdClassName
{
border-color: #CB113A;
}
.TagClassName
{
border-color: #CB113A;
}
</style>