Shades of Cardinal #CB2439
Tints of Cardinal #CB2439
RGB
CMYK
RGB Variations
Color information
#CB2439 (or 0xCB2439) is known color: Cardinal. HEX triplet: CB, 24 and 39. RGB value is (203,36,57). Sum of RGB (Red+Green+Blue) = 203+36+57=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2439 is #34DBC6. Grayscale: #585858. Windows color (decimal): -3464135 or 3744971. OLE color: 3744971.
HSL color Cylindrical-coordinate representation of color #CB2439: hue angle of 352.46º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2439 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 57 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.20 |
| HSL | 352.46º | 0.7% | 0.47% | - |
| HSV(B) | 352.46º | 0.82% | 0.8% | - |
| XYZ | 26 | 14.25 | 5.25 | - |
| YUV | 88.33 | 110.33 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 57 | 0 | 0.82 | 0.72 | 0.20 | 352.46 | 0.7 | 0.47 |
| Hex | CB | 24 | 39 | 0 | 52 | 48 | 14 | 160 | 46 | 2F |
| Octal | 313 | 44 | 71 | 0 | 122 | 110 | 24 | 540 | 106 | 57 |
| Binary | 11001011 | 100100 | 111001 | 0 | 1010010 | 1001000 | 10100 | 101100000 | 1000110 | 101111 |
Color Harmonies of #CB2439
Complementary color
Monochromatic Colors of #CB2439
Black with #CB2439
Text Example
Text Example
White with #CB2439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2439; }
p { color: rgb(203,36,57); }
H1.HeaderClassName
{
color: #CB2439;
}
.AnyTagClassName
{
color: #CB2439;
}
</style>
background-color css
<style>
a { background-color: #CB2439; }
a { background-color: rgb(203,36,57); }
div.DivClassName
{
background-color: #CB2439;
}
.BgClassName
{
background-color: #CB2439;
}
</style>
border-color css
<style>
span { border-color: #CB2439; }
span { border-color: rgb(203,36,57); }
td.TdClassName
{
border-color: #CB2439;
}
.TagClassName
{
border-color: #CB2439;
}
</style>