Shades of Cardinal #CB2230
Tints of Cardinal #CB2230
RGB
CMYK
RGB Variations
Color information
#CB2230 (or 0xCB2230) is known color: Cardinal. HEX triplet: CB, 22 and 30. RGB value is (203,34,48). Sum of RGB (Red+Green+Blue) = 203+34+48=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2230 is #34DDCF. Grayscale: #565656. Windows color (decimal): -3464656 or 3154635. OLE color: 3154635.
HSL color Cylindrical-coordinate representation of color #CB2230: hue angle of 355.03º 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 #CB2230 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 48 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.20 |
| HSL | 355.03º | 0.71% | 0.46% | - |
| HSV(B) | 355.03º | 0.83% | 0.8% | - |
| XYZ | 25.73 | 14.05 | 4.15 | - |
| YUV | 86.13 | 106.49 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 48 | 0 | 0.83 | 0.76 | 0.20 | 355.03 | 0.71 | 0.46 |
| Hex | CB | 22 | 30 | 0 | 53 | 4C | 14 | 163 | 47 | 2E |
| Octal | 313 | 42 | 60 | 0 | 123 | 114 | 24 | 543 | 107 | 56 |
| Binary | 11001011 | 100010 | 110000 | 0 | 1010011 | 1001100 | 10100 | 101100011 | 1000111 | 101110 |
Color Harmonies of #CB2230
Complementary color
Monochromatic Colors of #CB2230
Black with #CB2230
Text Example
Text Example
White with #CB2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2230; }
p { color: rgb(203,34,48); }
H1.HeaderClassName
{
color: #CB2230;
}
.AnyTagClassName
{
color: #CB2230;
}
</style>
background-color css
<style>
a { background-color: #CB2230; }
a { background-color: rgb(203,34,48); }
div.DivClassName
{
background-color: #CB2230;
}
.BgClassName
{
background-color: #CB2230;
}
</style>
border-color css
<style>
span { border-color: #CB2230; }
span { border-color: rgb(203,34,48); }
td.TdClassName
{
border-color: #CB2230;
}
.TagClassName
{
border-color: #CB2230;
}
</style>