Shades of Cardinal #CB1031
Tints of Cardinal #CB1031
RGB
CMYK
RGB Variations
Color information
#CB1031 (or 0xCB1031) is known color: Cardinal. HEX triplet: CB, 10 and 31. RGB value is (203,16,49). Sum of RGB (Red+Green+Blue) = 203+16+49=268 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.75% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1031 is #34EFCE. Grayscale: #4B4B4B. Windows color (decimal): -3469263 or 3215563. OLE color: 3215563.
HSL color Cylindrical-coordinate representation of color #CB1031: hue angle of 349.41º 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 #CB1031 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 49 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.20 |
| HSL | 349.41º | 0.85% | 0.43% | - |
| HSV(B) | 349.41º | 0.92% | 0.8% | - |
| XYZ | 25.37 | 13.29 | 4.13 | - |
| YUV | 75.68 | 112.95 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 49 | 0 | 0.92 | 0.76 | 0.20 | 349.41 | 0.85 | 0.43 |
| Hex | CB | 10 | 31 | 0 | 5C | 4C | 14 | 15D | 55 | 2B |
| Octal | 313 | 20 | 61 | 0 | 134 | 114 | 24 | 535 | 125 | 53 |
| Binary | 11001011 | 10000 | 110001 | 0 | 1011100 | 1001100 | 10100 | 101011101 | 1010101 | 101011 |
Color Harmonies of #CB1031
Complementary color
Monochromatic Colors of #CB1031
Black with #CB1031
Text Example
Text Example
White with #CB1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1031; }
p { color: rgb(203,16,49); }
H1.HeaderClassName
{
color: #CB1031;
}
.AnyTagClassName
{
color: #CB1031;
}
</style>
background-color css
<style>
a { background-color: #CB1031; }
a { background-color: rgb(203,16,49); }
div.DivClassName
{
background-color: #CB1031;
}
.BgClassName
{
background-color: #CB1031;
}
</style>
border-color css
<style>
span { border-color: #CB1031; }
span { border-color: rgb(203,16,49); }
td.TdClassName
{
border-color: #CB1031;
}
.TagClassName
{
border-color: #CB1031;
}
</style>