Shades of Cardinal #CB2336
Tints of Cardinal #CB2336
RGB
CMYK
RGB Variations
Color information
#CB2336 (or 0xCB2336) is known color: Cardinal. HEX triplet: CB, 23 and 36. RGB value is (203,35,54). Sum of RGB (Red+Green+Blue) = 203+35+54=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2336 is #34DCC9. Grayscale: #575757. Windows color (decimal): -3464394 or 3548107. OLE color: 3548107.
HSL color Cylindrical-coordinate representation of color #CB2336: hue angle of 353.21º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2336 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 54 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.20 |
| HSL | 353.21º | 0.71% | 0.47% | - |
| HSV(B) | 353.21º | 0.83% | 0.8% | - |
| XYZ | 25.9 | 14.16 | 4.86 | - |
| YUV | 87.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 54 | 0 | 0.83 | 0.73 | 0.20 | 353.21 | 0.71 | 0.47 |
| Hex | CB | 23 | 36 | 0 | 53 | 49 | 14 | 161 | 47 | 2F |
| Octal | 313 | 43 | 66 | 0 | 123 | 111 | 24 | 541 | 107 | 57 |
| Binary | 11001011 | 100011 | 110110 | 0 | 1010011 | 1001001 | 10100 | 101100001 | 1000111 | 101111 |
Color Harmonies of #CB2336
Complementary color
Monochromatic Colors of #CB2336
Black with #CB2336
Text Example
Text Example
White with #CB2336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2336; }
p { color: rgb(203,35,54); }
H1.HeaderClassName
{
color: #CB2336;
}
.AnyTagClassName
{
color: #CB2336;
}
</style>
background-color css
<style>
a { background-color: #CB2336; }
a { background-color: rgb(203,35,54); }
div.DivClassName
{
background-color: #CB2336;
}
.BgClassName
{
background-color: #CB2336;
}
</style>
border-color css
<style>
span { border-color: #CB2336; }
span { border-color: rgb(203,35,54); }
td.TdClassName
{
border-color: #CB2336;
}
.TagClassName
{
border-color: #CB2336;
}
</style>