Shades of Cardinal #CB223E
Tints of Cardinal #CB223E
RGB
CMYK
RGB Variations
Color information
#CB223E (or 0xCB223E) is known color: Cardinal. HEX triplet: CB, 22 and 3E. RGB value is (203,34,62). Sum of RGB (Red+Green+Blue) = 203+34+62=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB223E is #34DDC1. Grayscale: #575757. Windows color (decimal): -3464642 or 4072139. OLE color: 4072139.
HSL color Cylindrical-coordinate representation of color #CB223E: hue angle of 350.06º 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 #CB223E is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 62 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.20 |
| HSL | 350.06º | 0.71% | 0.46% | - |
| HSV(B) | 350.06º | 0.83% | 0.8% | - |
| XYZ | 26.07 | 14.19 | 5.92 | - |
| YUV | 87.72 | 113.49 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 62 | 0 | 0.83 | 0.69 | 0.20 | 350.06 | 0.71 | 0.46 |
| Hex | CB | 22 | 3E | 0 | 53 | 45 | 14 | 15E | 47 | 2E |
| Octal | 313 | 42 | 76 | 0 | 123 | 105 | 24 | 536 | 107 | 56 |
| Binary | 11001011 | 100010 | 111110 | 0 | 1010011 | 1000101 | 10100 | 101011110 | 1000111 | 101110 |
Color Harmonies of #CB223E
Complementary color
Monochromatic Colors of #CB223E
Black with #CB223E
Text Example
Text Example
White with #CB223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB223E; }
p { color: rgb(203,34,62); }
H1.HeaderClassName
{
color: #CB223E;
}
.AnyTagClassName
{
color: #CB223E;
}
</style>
background-color css
<style>
a { background-color: #CB223E; }
a { background-color: rgb(203,34,62); }
div.DivClassName
{
background-color: #CB223E;
}
.BgClassName
{
background-color: #CB223E;
}
</style>
border-color css
<style>
span { border-color: #CB223E; }
span { border-color: rgb(203,34,62); }
td.TdClassName
{
border-color: #CB223E;
}
.TagClassName
{
border-color: #CB223E;
}
</style>