Shades of Cardinal #CB203D
Tints of Cardinal #CB203D
RGB
CMYK
RGB Variations
Color information
#CB203D (or 0xCB203D) is known color: Cardinal. HEX triplet: CB, 20 and 3D. RGB value is (203,32,61). Sum of RGB (Red+Green+Blue) = 203+32+61=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB203D is #34DFC2. Grayscale: #565656. Windows color (decimal): -3465155 or 4006091. OLE color: 4006091.
HSL color Cylindrical-coordinate representation of color #CB203D: hue angle of 349.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB203D is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 61 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.20 |
| HSL | 349.82º | 0.73% | 0.46% | - |
| HSV(B) | 349.82º | 0.84% | 0.8% | - |
| XYZ | 25.99 | 14.07 | 5.76 | - |
| YUV | 86.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 61 | 0 | 0.84 | 0.70 | 0.20 | 349.82 | 0.73 | 0.46 |
| Hex | CB | 20 | 3D | 0 | 54 | 46 | 14 | 15E | 49 | 2E |
| Octal | 313 | 40 | 75 | 0 | 124 | 106 | 24 | 536 | 111 | 56 |
| Binary | 11001011 | 100000 | 111101 | 0 | 1010100 | 1000110 | 10100 | 101011110 | 1001001 | 101110 |
Color Harmonies of #CB203D
Complementary color
Monochromatic Colors of #CB203D
Black with #CB203D
Text Example
Text Example
White with #CB203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB203D; }
p { color: rgb(203,32,61); }
H1.HeaderClassName
{
color: #CB203D;
}
.AnyTagClassName
{
color: #CB203D;
}
</style>
background-color css
<style>
a { background-color: #CB203D; }
a { background-color: rgb(203,32,61); }
div.DivClassName
{
background-color: #CB203D;
}
.BgClassName
{
background-color: #CB203D;
}
</style>
border-color css
<style>
span { border-color: #CB203D; }
span { border-color: rgb(203,32,61); }
td.TdClassName
{
border-color: #CB203D;
}
.TagClassName
{
border-color: #CB203D;
}
</style>