Shades of Cardinal #CB123E
Tints of Cardinal #CB123E
RGB
CMYK
RGB Variations
Color information
#CB123E (or 0xCB123E) is known color: Cardinal. HEX triplet: CB, 12 and 3E. RGB value is (203,18,62). Sum of RGB (Red+Green+Blue) = 203+18+62=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB123E is #34EDC1. Grayscale: #4E4E4E. Windows color (decimal): -3468738 or 4068043. OLE color: 4068043.
HSL color Cylindrical-coordinate representation of color #CB123E: hue angle of 345.73º 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 #CB123E is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 62 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.20 |
| HSL | 345.73º | 0.84% | 0.43% | - |
| HSV(B) | 345.73º | 0.91% | 0.8% | - |
| XYZ | 25.71 | 13.48 | 5.8 | - |
| YUV | 78.33 | 118.79 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 62 | 0 | 0.91 | 0.69 | 0.20 | 345.73 | 0.84 | 0.43 |
| Hex | CB | 12 | 3E | 0 | 5B | 45 | 14 | 15A | 54 | 2B |
| Octal | 313 | 22 | 76 | 0 | 133 | 105 | 24 | 532 | 124 | 53 |
| Binary | 11001011 | 10010 | 111110 | 0 | 1011011 | 1000101 | 10100 | 101011010 | 1010100 | 101011 |
Color Harmonies of #CB123E
Complementary color
Monochromatic Colors of #CB123E
Black with #CB123E
Text Example
Text Example
White with #CB123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB123E; }
p { color: rgb(203,18,62); }
H1.HeaderClassName
{
color: #CB123E;
}
.AnyTagClassName
{
color: #CB123E;
}
</style>
background-color css
<style>
a { background-color: #CB123E; }
a { background-color: rgb(203,18,62); }
div.DivClassName
{
background-color: #CB123E;
}
.BgClassName
{
background-color: #CB123E;
}
</style>
border-color css
<style>
span { border-color: #CB123E; }
span { border-color: rgb(203,18,62); }
td.TdClassName
{
border-color: #CB123E;
}
.TagClassName
{
border-color: #CB123E;
}
</style>