Shades of Cardinal #CB103D
Tints of Cardinal #CB103D
RGB
CMYK
RGB Variations
Color information
#CB103D (or 0xCB103D) is known color: Cardinal. HEX triplet: CB, 10 and 3D. RGB value is (203,16,61). Sum of RGB (Red+Green+Blue) = 203+16+61=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB103D is #34EFC2. Grayscale: #4D4D4D. Windows color (decimal): -3469251 or 4001995. OLE color: 4001995.
HSL color Cylindrical-coordinate representation of color #CB103D: hue angle of 345.56º 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 #CB103D is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 61 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.20 |
| HSL | 345.56º | 0.85% | 0.43% | - |
| HSV(B) | 345.56º | 0.92% | 0.8% | - |
| XYZ | 25.66 | 13.4 | 5.65 | - |
| YUV | 77.04 | 118.95 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 61 | 0 | 0.92 | 0.70 | 0.20 | 345.56 | 0.85 | 0.43 |
| Hex | CB | 10 | 3D | 0 | 5C | 46 | 14 | 15A | 55 | 2B |
| Octal | 313 | 20 | 75 | 0 | 134 | 106 | 24 | 532 | 125 | 53 |
| Binary | 11001011 | 10000 | 111101 | 0 | 1011100 | 1000110 | 10100 | 101011010 | 1010101 | 101011 |
Color Harmonies of #CB103D
Complementary color
Monochromatic Colors of #CB103D
Black with #CB103D
Text Example
Text Example
White with #CB103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB103D; }
p { color: rgb(203,16,61); }
H1.HeaderClassName
{
color: #CB103D;
}
.AnyTagClassName
{
color: #CB103D;
}
</style>
background-color css
<style>
a { background-color: #CB103D; }
a { background-color: rgb(203,16,61); }
div.DivClassName
{
background-color: #CB103D;
}
.BgClassName
{
background-color: #CB103D;
}
</style>
border-color css
<style>
span { border-color: #CB103D; }
span { border-color: rgb(203,16,61); }
td.TdClassName
{
border-color: #CB103D;
}
.TagClassName
{
border-color: #CB103D;
}
</style>