Shades of Cardinal #CB123D
Tints of Cardinal #CB123D
RGB
CMYK
RGB Variations
Color information
#CB123D (or 0xCB123D) is known color: Cardinal. HEX triplet: CB, 12 and 3D. RGB value is (203,18,61). Sum of RGB (Red+Green+Blue) = 203+18+61=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB123D is #34EDC2. Grayscale: #4E4E4E. Windows color (decimal): -3468739 or 4002507. OLE color: 4002507.
HSL color Cylindrical-coordinate representation of color #CB123D: hue angle of 346.05º 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 #CB123D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 61 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.20 |
| HSL | 346.05º | 0.84% | 0.43% | - |
| HSV(B) | 346.05º | 0.91% | 0.8% | - |
| XYZ | 25.69 | 13.47 | 5.66 | - |
| YUV | 78.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 61 | 0 | 0.91 | 0.70 | 0.20 | 346.05 | 0.84 | 0.43 |
| Hex | CB | 12 | 3D | 0 | 5B | 46 | 14 | 15A | 54 | 2B |
| Octal | 313 | 22 | 75 | 0 | 133 | 106 | 24 | 532 | 124 | 53 |
| Binary | 11001011 | 10010 | 111101 | 0 | 1011011 | 1000110 | 10100 | 101011010 | 1010100 | 101011 |
Color Harmonies of #CB123D
Complementary color
Monochromatic Colors of #CB123D
Black with #CB123D
Text Example
Text Example
White with #CB123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB123D; }
p { color: rgb(203,18,61); }
H1.HeaderClassName
{
color: #CB123D;
}
.AnyTagClassName
{
color: #CB123D;
}
</style>
background-color css
<style>
a { background-color: #CB123D; }
a { background-color: rgb(203,18,61); }
div.DivClassName
{
background-color: #CB123D;
}
.BgClassName
{
background-color: #CB123D;
}
</style>
border-color css
<style>
span { border-color: #CB123D; }
span { border-color: rgb(203,18,61); }
td.TdClassName
{
border-color: #CB123D;
}
.TagClassName
{
border-color: #CB123D;
}
</style>