Shades of Cardinal #CB233B
Tints of Cardinal #CB233B
RGB
CMYK
RGB Variations
Color information
#CB233B (or 0xCB233B) is known color: Cardinal. HEX triplet: CB, 23 and 3B. RGB value is (203,35,59). Sum of RGB (Red+Green+Blue) = 203+35+59=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB233B is #34DCC4. Grayscale: #585858. Windows color (decimal): -3464389 or 3875787. OLE color: 3875787.
HSL color Cylindrical-coordinate representation of color #CB233B: hue angle of 351.43º 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 #CB233B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 59 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.20 |
| HSL | 351.43º | 0.71% | 0.47% | - |
| HSV(B) | 351.43º | 0.83% | 0.8% | - |
| XYZ | 26.02 | 14.21 | 5.51 | - |
| YUV | 87.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 59 | 0 | 0.83 | 0.71 | 0.20 | 351.43 | 0.71 | 0.47 |
| Hex | CB | 23 | 3B | 0 | 53 | 47 | 14 | 15F | 47 | 2F |
| Octal | 313 | 43 | 73 | 0 | 123 | 107 | 24 | 537 | 107 | 57 |
| Binary | 11001011 | 100011 | 111011 | 0 | 1010011 | 1000111 | 10100 | 101011111 | 1000111 | 101111 |
Color Harmonies of #CB233B
Complementary color
Monochromatic Colors of #CB233B
Black with #CB233B
Text Example
Text Example
White with #CB233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB233B; }
p { color: rgb(203,35,59); }
H1.HeaderClassName
{
color: #CB233B;
}
.AnyTagClassName
{
color: #CB233B;
}
</style>
background-color css
<style>
a { background-color: #CB233B; }
a { background-color: rgb(203,35,59); }
div.DivClassName
{
background-color: #CB233B;
}
.BgClassName
{
background-color: #CB233B;
}
</style>
border-color css
<style>
span { border-color: #CB233B; }
span { border-color: rgb(203,35,59); }
td.TdClassName
{
border-color: #CB233B;
}
.TagClassName
{
border-color: #CB233B;
}
</style>