Shades of Cardinal #CB233D
Tints of Cardinal #CB233D
RGB
CMYK
RGB Variations
Color information
#CB233D (or 0xCB233D) is known color: Cardinal. HEX triplet: CB, 23 and 3D. RGB value is (203,35,61). Sum of RGB (Red+Green+Blue) = 203+35+61=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB233D is #34DCC2. Grayscale: #585858. Windows color (decimal): -3464387 or 4006859. OLE color: 4006859.
HSL color Cylindrical-coordinate representation of color #CB233D: hue angle of 350.71º 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 #CB233D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 61 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.20 |
| HSL | 350.71º | 0.71% | 0.47% | - |
| HSV(B) | 350.71º | 0.83% | 0.8% | - |
| XYZ | 26.07 | 14.24 | 5.79 | - |
| YUV | 88.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 61 | 0 | 0.83 | 0.70 | 0.20 | 350.71 | 0.71 | 0.47 |
| Hex | CB | 23 | 3D | 0 | 53 | 46 | 14 | 15F | 47 | 2F |
| Octal | 313 | 43 | 75 | 0 | 123 | 106 | 24 | 537 | 107 | 57 |
| Binary | 11001011 | 100011 | 111101 | 0 | 1010011 | 1000110 | 10100 | 101011111 | 1000111 | 101111 |
Color Harmonies of #CB233D
Complementary color
Monochromatic Colors of #CB233D
Black with #CB233D
Text Example
Text Example
White with #CB233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB233D; }
p { color: rgb(203,35,61); }
H1.HeaderClassName
{
color: #CB233D;
}
.AnyTagClassName
{
color: #CB233D;
}
</style>
background-color css
<style>
a { background-color: #CB233D; }
a { background-color: rgb(203,35,61); }
div.DivClassName
{
background-color: #CB233D;
}
.BgClassName
{
background-color: #CB233D;
}
</style>
border-color css
<style>
span { border-color: #CB233D; }
span { border-color: rgb(203,35,61); }
td.TdClassName
{
border-color: #CB233D;
}
.TagClassName
{
border-color: #CB233D;
}
</style>