Shades of Cardinal #CB1D2E
Tints of Cardinal #CB1D2E
RGB
CMYK
RGB Variations
Color information
#CB1D2E (or 0xCB1D2E) is known color: Cardinal. HEX triplet: CB, 1D and 2E. RGB value is (203,29,46). Sum of RGB (Red+Green+Blue) = 203+29+46=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1D2E is #34E2D1. Grayscale: #535353. Windows color (decimal): -3465938 or 3022283. OLE color: 3022283.
HSL color Cylindrical-coordinate representation of color #CB1D2E: hue angle of 354.14º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1D2E is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 46 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.20 |
| HSL | 354.14º | 0.75% | 0.45% | - |
| HSV(B) | 354.14º | 0.86% | 0.8% | - |
| XYZ | 25.56 | 13.77 | 3.9 | - |
| YUV | 82.96 | 107.15 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 46 | 0 | 0.86 | 0.77 | 0.20 | 354.14 | 0.75 | 0.45 |
| Hex | CB | 1D | 2E | 0 | 56 | 4D | 14 | 162 | 4B | 2D |
| Octal | 313 | 35 | 56 | 0 | 126 | 115 | 24 | 542 | 113 | 55 |
| Binary | 11001011 | 11101 | 101110 | 0 | 1010110 | 1001101 | 10100 | 101100010 | 1001011 | 101101 |
Color Harmonies of #CB1D2E
Complementary color
Monochromatic Colors of #CB1D2E
Black with #CB1D2E
Text Example
Text Example
White with #CB1D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D2E; }
p { color: rgb(203,29,46); }
H1.HeaderClassName
{
color: #CB1D2E;
}
.AnyTagClassName
{
color: #CB1D2E;
}
</style>
background-color css
<style>
a { background-color: #CB1D2E; }
a { background-color: rgb(203,29,46); }
div.DivClassName
{
background-color: #CB1D2E;
}
.BgClassName
{
background-color: #CB1D2E;
}
</style>
border-color css
<style>
span { border-color: #CB1D2E; }
span { border-color: rgb(203,29,46); }
td.TdClassName
{
border-color: #CB1D2E;
}
.TagClassName
{
border-color: #CB1D2E;
}
</style>