Shades of Cardinal #CB1E2E
Tints of Cardinal #CB1E2E
RGB
CMYK
RGB Variations
Color information
#CB1E2E (or 0xCB1E2E) is known color: Cardinal. HEX triplet: CB, 1E and 2E. RGB value is (203,30,46). Sum of RGB (Red+Green+Blue) = 203+30+46=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E2E is #34E1D1. Grayscale: #535353. Windows color (decimal): -3465682 or 3022539. OLE color: 3022539.
HSL color Cylindrical-coordinate representation of color #CB1E2E: hue angle of 354.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1E2E is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 46 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.20 |
| HSL | 354.45º | 0.74% | 0.46% | - |
| HSV(B) | 354.45º | 0.85% | 0.8% | - |
| XYZ | 25.59 | 13.82 | 3.9 | - |
| YUV | 83.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 46 | 0 | 0.85 | 0.77 | 0.20 | 354.45 | 0.74 | 0.46 |
| Hex | CB | 1E | 2E | 0 | 55 | 4D | 14 | 162 | 4A | 2E |
| Octal | 313 | 36 | 56 | 0 | 125 | 115 | 24 | 542 | 112 | 56 |
| Binary | 11001011 | 11110 | 101110 | 0 | 1010101 | 1001101 | 10100 | 101100010 | 1001010 | 101110 |
Color Harmonies of #CB1E2E
Complementary color
Monochromatic Colors of #CB1E2E
Black with #CB1E2E
Text Example
Text Example
White with #CB1E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E2E; }
p { color: rgb(203,30,46); }
H1.HeaderClassName
{
color: #CB1E2E;
}
.AnyTagClassName
{
color: #CB1E2E;
}
</style>
background-color css
<style>
a { background-color: #CB1E2E; }
a { background-color: rgb(203,30,46); }
div.DivClassName
{
background-color: #CB1E2E;
}
.BgClassName
{
background-color: #CB1E2E;
}
</style>
border-color css
<style>
span { border-color: #CB1E2E; }
span { border-color: rgb(203,30,46); }
td.TdClassName
{
border-color: #CB1E2E;
}
.TagClassName
{
border-color: #CB1E2E;
}
</style>