Shades of Cardinal #CB1331
Tints of Cardinal #CB1331
RGB
CMYK
RGB Variations
Color information
#CB1331 (or 0xCB1331) is known color: Cardinal. HEX triplet: CB, 13 and 31. RGB value is (203,19,49). Sum of RGB (Red+Green+Blue) = 203+19+49=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1331 is #34ECCE. Grayscale: #4D4D4D. Windows color (decimal): -3468495 or 3216331. OLE color: 3216331.
HSL color Cylindrical-coordinate representation of color #CB1331: hue angle of 350.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1331 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 49 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.20 |
| HSL | 350.22º | 0.83% | 0.44% | - |
| HSV(B) | 350.22º | 0.91% | 0.8% | - |
| XYZ | 25.42 | 13.38 | 4.15 | - |
| YUV | 77.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 49 | 0 | 0.91 | 0.76 | 0.20 | 350.22 | 0.83 | 0.44 |
| Hex | CB | 13 | 31 | 0 | 5B | 4C | 14 | 15E | 53 | 2C |
| Octal | 313 | 23 | 61 | 0 | 133 | 114 | 24 | 536 | 123 | 54 |
| Binary | 11001011 | 10011 | 110001 | 0 | 1011011 | 1001100 | 10100 | 101011110 | 1010011 | 101100 |
Color Harmonies of #CB1331
Complementary color
Monochromatic Colors of #CB1331
Black with #CB1331
Text Example
Text Example
White with #CB1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1331; }
p { color: rgb(203,19,49); }
H1.HeaderClassName
{
color: #CB1331;
}
.AnyTagClassName
{
color: #CB1331;
}
</style>
background-color css
<style>
a { background-color: #CB1331; }
a { background-color: rgb(203,19,49); }
div.DivClassName
{
background-color: #CB1331;
}
.BgClassName
{
background-color: #CB1331;
}
</style>
border-color css
<style>
span { border-color: #CB1331; }
span { border-color: rgb(203,19,49); }
td.TdClassName
{
border-color: #CB1331;
}
.TagClassName
{
border-color: #CB1331;
}
</style>