Shades of Cardinal #CB233A
Tints of Cardinal #CB233A
RGB
CMYK
RGB Variations
Color information
#CB233A (or 0xCB233A) is known color: Cardinal. HEX triplet: CB, 23 and 3A. RGB value is (203,35,58). Sum of RGB (Red+Green+Blue) = 203+35+58=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB233A is #34DCC5. Grayscale: #575757. Windows color (decimal): -3464390 or 3810251. OLE color: 3810251.
HSL color Cylindrical-coordinate representation of color #CB233A: hue angle of 351.79º 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 #CB233A is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 58 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.20 |
| HSL | 351.79º | 0.71% | 0.47% | - |
| HSV(B) | 351.79º | 0.83% | 0.8% | - |
| XYZ | 25.99 | 14.2 | 5.37 | - |
| YUV | 87.85 | 111.16 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 58 | 0 | 0.83 | 0.71 | 0.20 | 351.79 | 0.71 | 0.47 |
| Hex | CB | 23 | 3A | 0 | 53 | 47 | 14 | 160 | 47 | 2F |
| Octal | 313 | 43 | 72 | 0 | 123 | 107 | 24 | 540 | 107 | 57 |
| Binary | 11001011 | 100011 | 111010 | 0 | 1010011 | 1000111 | 10100 | 101100000 | 1000111 | 101111 |
Color Harmonies of #CB233A
Complementary color
Monochromatic Colors of #CB233A
Black with #CB233A
Text Example
Text Example
White with #CB233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB233A; }
p { color: rgb(203,35,58); }
H1.HeaderClassName
{
color: #CB233A;
}
.AnyTagClassName
{
color: #CB233A;
}
</style>
background-color css
<style>
a { background-color: #CB233A; }
a { background-color: rgb(203,35,58); }
div.DivClassName
{
background-color: #CB233A;
}
.BgClassName
{
background-color: #CB233A;
}
</style>
border-color css
<style>
span { border-color: #CB233A; }
span { border-color: rgb(203,35,58); }
td.TdClassName
{
border-color: #CB233A;
}
.TagClassName
{
border-color: #CB233A;
}
</style>