Shades of Cardinal #CB1138
Tints of Cardinal #CB1138
RGB
CMYK
RGB Variations
Color information
#CB1138 (or 0xCB1138) is known color: Cardinal. HEX triplet: CB, 11 and 38. RGB value is (203,17,56). Sum of RGB (Red+Green+Blue) = 203+17+56=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1138 is #34EEC7. Grayscale: #4D4D4D. Windows color (decimal): -3469000 or 3674571. OLE color: 3674571.
HSL color Cylindrical-coordinate representation of color #CB1138: hue angle of 347.42º 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 #CB1138 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 56 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.20 |
| HSL | 347.42º | 0.85% | 0.43% | - |
| HSV(B) | 347.42º | 0.92% | 0.8% | - |
| XYZ | 25.54 | 13.38 | 4.98 | - |
| YUV | 77.06 | 116.12 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 56 | 0 | 0.92 | 0.72 | 0.20 | 347.42 | 0.85 | 0.43 |
| Hex | CB | 11 | 38 | 0 | 5C | 48 | 14 | 15B | 55 | 2B |
| Octal | 313 | 21 | 70 | 0 | 134 | 110 | 24 | 533 | 125 | 53 |
| Binary | 11001011 | 10001 | 111000 | 0 | 1011100 | 1001000 | 10100 | 101011011 | 1010101 | 101011 |
Color Harmonies of #CB1138
Complementary color
Monochromatic Colors of #CB1138
Black with #CB1138
Text Example
Text Example
White with #CB1138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1138; }
p { color: rgb(203,17,56); }
H1.HeaderClassName
{
color: #CB1138;
}
.AnyTagClassName
{
color: #CB1138;
}
</style>
background-color css
<style>
a { background-color: #CB1138; }
a { background-color: rgb(203,17,56); }
div.DivClassName
{
background-color: #CB1138;
}
.BgClassName
{
background-color: #CB1138;
}
</style>
border-color css
<style>
span { border-color: #CB1138; }
span { border-color: rgb(203,17,56); }
td.TdClassName
{
border-color: #CB1138;
}
.TagClassName
{
border-color: #CB1138;
}
</style>