Shades of Cardinal #CB1539
Tints of Cardinal #CB1539
RGB
CMYK
RGB Variations
Color information
#CB1539 (or 0xCB1539) is known color: Cardinal. HEX triplet: CB, 15 and 39. RGB value is (203,21,57). Sum of RGB (Red+Green+Blue) = 203+21+57=281 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.24% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1539 is #34EAC6. Grayscale: #4F4F4F. Windows color (decimal): -3467975 or 3741131. OLE color: 3741131.
HSL color Cylindrical-coordinate representation of color #CB1539: hue angle of 348.13º 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 #CB1539 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 57 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.20 |
| HSL | 348.13º | 0.81% | 0.44% | - |
| HSV(B) | 348.13º | 0.9% | 0.8% | - |
| XYZ | 25.64 | 13.53 | 5.13 | - |
| YUV | 79.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 57 | 0 | 0.90 | 0.72 | 0.20 | 348.13 | 0.81 | 0.44 |
| Hex | CB | 15 | 39 | 0 | 5A | 48 | 14 | 15C | 51 | 2C |
| Octal | 313 | 25 | 71 | 0 | 132 | 110 | 24 | 534 | 121 | 54 |
| Binary | 11001011 | 10101 | 111001 | 0 | 1011010 | 1001000 | 10100 | 101011100 | 1010001 | 101100 |
Color Harmonies of #CB1539
Complementary color
Monochromatic Colors of #CB1539
Black with #CB1539
Text Example
Text Example
White with #CB1539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1539; }
p { color: rgb(203,21,57); }
H1.HeaderClassName
{
color: #CB1539;
}
.AnyTagClassName
{
color: #CB1539;
}
</style>
background-color css
<style>
a { background-color: #CB1539; }
a { background-color: rgb(203,21,57); }
div.DivClassName
{
background-color: #CB1539;
}
.BgClassName
{
background-color: #CB1539;
}
</style>
border-color css
<style>
span { border-color: #CB1539; }
span { border-color: rgb(203,21,57); }
td.TdClassName
{
border-color: #CB1539;
}
.TagClassName
{
border-color: #CB1539;
}
</style>