Shades of Cardinal #CB2240
Tints of Cardinal #CB2240
RGB
CMYK
RGB Variations
Color information
#CB2240 (or 0xCB2240) is known color: Cardinal. HEX triplet: CB, 22 and 40. RGB value is (203,34,64). Sum of RGB (Red+Green+Blue) = 203+34+64=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2240 is #34DDBF. Grayscale: #585858. Windows color (decimal): -3464640 or 4203211. OLE color: 4203211.
HSL color Cylindrical-coordinate representation of color #CB2240: hue angle of 349.35º 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 #CB2240 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 64 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.20 |
| HSL | 349.35º | 0.71% | 0.46% | - |
| HSV(B) | 349.35º | 0.83% | 0.8% | - |
| XYZ | 26.13 | 14.21 | 6.22 | - |
| YUV | 87.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 64 | 0 | 0.83 | 0.68 | 0.20 | 349.35 | 0.71 | 0.46 |
| Hex | CB | 22 | 40 | 0 | 53 | 44 | 14 | 15D | 47 | 2E |
| Octal | 313 | 42 | 100 | 0 | 123 | 104 | 24 | 535 | 107 | 56 |
| Binary | 11001011 | 100010 | 1000000 | 0 | 1010011 | 1000100 | 10100 | 101011101 | 1000111 | 101110 |
Color Harmonies of #CB2240
Complementary color
Monochromatic Colors of #CB2240
Black with #CB2240
Text Example
Text Example
White with #CB2240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2240; }
p { color: rgb(203,34,64); }
H1.HeaderClassName
{
color: #CB2240;
}
.AnyTagClassName
{
color: #CB2240;
}
</style>
background-color css
<style>
a { background-color: #CB2240; }
a { background-color: rgb(203,34,64); }
div.DivClassName
{
background-color: #CB2240;
}
.BgClassName
{
background-color: #CB2240;
}
</style>
border-color css
<style>
span { border-color: #CB2240; }
span { border-color: rgb(203,34,64); }
td.TdClassName
{
border-color: #CB2240;
}
.TagClassName
{
border-color: #CB2240;
}
</style>