Shades of Cardinal #CB1E2F
Tints of Cardinal #CB1E2F
RGB
CMYK
RGB Variations
Color information
#CB1E2F (or 0xCB1E2F) is known color: Cardinal. HEX triplet: CB, 1E and 2F. RGB value is (203,30,47). Sum of RGB (Red+Green+Blue) = 203+30+47=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E2F is #34E1D0. Grayscale: #535353. Windows color (decimal): -3465681 or 3088075. OLE color: 3088075.
HSL color Cylindrical-coordinate representation of color #CB1E2F: hue angle of 354.1º 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 #CB1E2F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 30 | 47 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.20 |
| HSL | 354.1º | 0.74% | 0.46% | - |
| HSV(B) | 354.1º | 0.85% | 0.8% | - |
| XYZ | 25.61 | 13.83 | 4.01 | - |
| YUV | 83.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 47 | 0 | 0.85 | 0.77 | 0.20 | 354.1 | 0.74 | 0.46 |
| Hex | CB | 1E | 2F | 0 | 55 | 4D | 14 | 162 | 4A | 2E |
| Octal | 313 | 36 | 57 | 0 | 125 | 115 | 24 | 542 | 112 | 56 |
| Binary | 11001011 | 11110 | 101111 | 0 | 1010101 | 1001101 | 10100 | 101100010 | 1001010 | 101110 |
Color Harmonies of #CB1E2F
Complementary color
Monochromatic Colors of #CB1E2F
Black with #CB1E2F
Text Example
Text Example
White with #CB1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1E2F; }
p { color: rgb(203,30,47); }
H1.HeaderClassName
{
color: #CB1E2F;
}
.AnyTagClassName
{
color: #CB1E2F;
}
</style>
background-color css
<style>
a { background-color: #CB1E2F; }
a { background-color: rgb(203,30,47); }
div.DivClassName
{
background-color: #CB1E2F;
}
.BgClassName
{
background-color: #CB1E2F;
}
</style>
border-color css
<style>
span { border-color: #CB1E2F; }
span { border-color: rgb(203,30,47); }
td.TdClassName
{
border-color: #CB1E2F;
}
.TagClassName
{
border-color: #CB1E2F;
}
</style>