Shades of Cardinal #CB223D
Tints of Cardinal #CB223D
RGB
CMYK
RGB Variations
Color information
#CB223D (or 0xCB223D) is known color: Cardinal. HEX triplet: CB, 22 and 3D. RGB value is (203,34,61). Sum of RGB (Red+Green+Blue) = 203+34+61=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB223D is #34DDC2. Grayscale: #575757. Windows color (decimal): -3464643 or 4006603. OLE color: 4006603.
HSL color Cylindrical-coordinate representation of color #CB223D: hue angle of 350.41º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB223D is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 61 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.20 |
| HSL | 350.41º | 0.71% | 0.46% | - |
| HSV(B) | 350.41º | 0.83% | 0.8% | - |
| XYZ | 26.04 | 14.18 | 5.78 | - |
| YUV | 87.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 61 | 0 | 0.83 | 0.70 | 0.20 | 350.41 | 0.71 | 0.46 |
| Hex | CB | 22 | 3D | 0 | 53 | 46 | 14 | 15E | 47 | 2E |
| Octal | 313 | 42 | 75 | 0 | 123 | 106 | 24 | 536 | 107 | 56 |
| Binary | 11001011 | 100010 | 111101 | 0 | 1010011 | 1000110 | 10100 | 101011110 | 1000111 | 101110 |
Color Harmonies of #CB223D
Complementary color
Monochromatic Colors of #CB223D
Black with #CB223D
Text Example
Text Example
White with #CB223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB223D; }
p { color: rgb(203,34,61); }
H1.HeaderClassName
{
color: #CB223D;
}
.AnyTagClassName
{
color: #CB223D;
}
</style>
background-color css
<style>
a { background-color: #CB223D; }
a { background-color: rgb(203,34,61); }
div.DivClassName
{
background-color: #CB223D;
}
.BgClassName
{
background-color: #CB223D;
}
</style>
border-color css
<style>
span { border-color: #CB223D; }
span { border-color: rgb(203,34,61); }
td.TdClassName
{
border-color: #CB223D;
}
.TagClassName
{
border-color: #CB223D;
}
</style>