Shades of Cardinal #CB153F
Tints of Cardinal #CB153F
RGB
CMYK
RGB Variations
Color information
#CB153F (or 0xCB153F) is known color: Cardinal. HEX triplet: CB, 15 and 3F. RGB value is (203,21,63). Sum of RGB (Red+Green+Blue) = 203+21+63=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB153F is #34EAC0. Grayscale: #505050. Windows color (decimal): -3467969 or 4134347. OLE color: 4134347.
HSL color Cylindrical-coordinate representation of color #CB153F: hue angle of 346.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB153F is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 63 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.20 |
| HSL | 346.15º | 0.81% | 0.44% | - |
| HSV(B) | 346.15º | 0.9% | 0.8% | - |
| XYZ | 25.79 | 13.59 | 5.97 | - |
| YUV | 80.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 63 | 0 | 0.90 | 0.69 | 0.20 | 346.15 | 0.81 | 0.44 |
| Hex | CB | 15 | 3F | 0 | 5A | 45 | 14 | 15A | 51 | 2C |
| Octal | 313 | 25 | 77 | 0 | 132 | 105 | 24 | 532 | 121 | 54 |
| Binary | 11001011 | 10101 | 111111 | 0 | 1011010 | 1000101 | 10100 | 101011010 | 1010001 | 101100 |
Color Harmonies of #CB153F
Complementary color
Monochromatic Colors of #CB153F
Black with #CB153F
Text Example
Text Example
White with #CB153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB153F; }
p { color: rgb(203,21,63); }
H1.HeaderClassName
{
color: #CB153F;
}
.AnyTagClassName
{
color: #CB153F;
}
</style>
background-color css
<style>
a { background-color: #CB153F; }
a { background-color: rgb(203,21,63); }
div.DivClassName
{
background-color: #CB153F;
}
.BgClassName
{
background-color: #CB153F;
}
</style>
border-color css
<style>
span { border-color: #CB153F; }
span { border-color: rgb(203,21,63); }
td.TdClassName
{
border-color: #CB153F;
}
.TagClassName
{
border-color: #CB153F;
}
</style>