Shades of Cardinal #CB233F
Tints of Cardinal #CB233F
RGB
CMYK
RGB Variations
Color information
#CB233F (or 0xCB233F) is known color: Cardinal. HEX triplet: CB, 23 and 3F. RGB value is (203,35,63). Sum of RGB (Red+Green+Blue) = 203+35+63=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB233F is #34DCC0. Grayscale: #585858. Windows color (decimal): -3464385 or 4137931. OLE color: 4137931.
HSL color Cylindrical-coordinate representation of color #CB233F: hue angle of 350º 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 #CB233F is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 63 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.20 |
| HSL | 350º | 0.71% | 0.47% | - |
| HSV(B) | 350º | 0.83% | 0.8% | - |
| XYZ | 26.13 | 14.26 | 6.08 | - |
| YUV | 88.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 63 | 0 | 0.83 | 0.69 | 0.20 | 350 | 0.71 | 0.47 |
| Hex | CB | 23 | 3F | 0 | 53 | 45 | 14 | 15E | 47 | 2F |
| Octal | 313 | 43 | 77 | 0 | 123 | 105 | 24 | 536 | 107 | 57 |
| Binary | 11001011 | 100011 | 111111 | 0 | 1010011 | 1000101 | 10100 | 101011110 | 1000111 | 101111 |
Color Harmonies of #CB233F
Complementary color
Monochromatic Colors of #CB233F
Black with #CB233F
Text Example
Text Example
White with #CB233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB233F; }
p { color: rgb(203,35,63); }
H1.HeaderClassName
{
color: #CB233F;
}
.AnyTagClassName
{
color: #CB233F;
}
</style>
background-color css
<style>
a { background-color: #CB233F; }
a { background-color: rgb(203,35,63); }
div.DivClassName
{
background-color: #CB233F;
}
.BgClassName
{
background-color: #CB233F;
}
</style>
border-color css
<style>
span { border-color: #CB233F; }
span { border-color: rgb(203,35,63); }
td.TdClassName
{
border-color: #CB233F;
}
.TagClassName
{
border-color: #CB233F;
}
</style>