Shades of Cardinal #CB2538
Tints of Cardinal #CB2538
RGB
CMYK
RGB Variations
Color information
#CB2538 (or 0xCB2538) is known color: Cardinal. HEX triplet: CB, 25 and 38. RGB value is (203,37,56). Sum of RGB (Red+Green+Blue) = 203+37+56=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2538 is #34DAC7. Grayscale: #585858. Windows color (decimal): -3463880 or 3679691. OLE color: 3679691.
HSL color Cylindrical-coordinate representation of color #CB2538: hue angle of 353.13º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2538 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 56 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.20 |
| HSL | 353.13º | 0.69% | 0.47% | - |
| HSV(B) | 353.13º | 0.82% | 0.8% | - |
| XYZ | 26 | 14.31 | 5.13 | - |
| YUV | 88.8 | 109.5 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 56 | 0 | 0.82 | 0.72 | 0.20 | 353.13 | 0.69 | 0.47 |
| Hex | CB | 25 | 38 | 0 | 52 | 48 | 14 | 161 | 45 | 2F |
| Octal | 313 | 45 | 70 | 0 | 122 | 110 | 24 | 541 | 105 | 57 |
| Binary | 11001011 | 100101 | 111000 | 0 | 1010010 | 1001000 | 10100 | 101100001 | 1000101 | 101111 |
Color Harmonies of #CB2538
Complementary color
Monochromatic Colors of #CB2538
Black with #CB2538
Text Example
Text Example
White with #CB2538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2538; }
p { color: rgb(203,37,56); }
H1.HeaderClassName
{
color: #CB2538;
}
.AnyTagClassName
{
color: #CB2538;
}
</style>
background-color css
<style>
a { background-color: #CB2538; }
a { background-color: rgb(203,37,56); }
div.DivClassName
{
background-color: #CB2538;
}
.BgClassName
{
background-color: #CB2538;
}
</style>
border-color css
<style>
span { border-color: #CB2538; }
span { border-color: rgb(203,37,56); }
td.TdClassName
{
border-color: #CB2538;
}
.TagClassName
{
border-color: #CB2538;
}
</style>