Shades of Cardinal #CB243A
Tints of Cardinal #CB243A
RGB
CMYK
RGB Variations
Color information
#CB243A (or 0xCB243A) is known color: Cardinal. HEX triplet: CB, 24 and 3A. RGB value is (203,36,58). Sum of RGB (Red+Green+Blue) = 203+36+58=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB243A is #34DBC5. Grayscale: #585858. Windows color (decimal): -3464134 or 3810507. OLE color: 3810507.
HSL color Cylindrical-coordinate representation of color #CB243A: hue angle of 352.1º 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 #CB243A is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 58 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.20 |
| HSL | 352.1º | 0.7% | 0.47% | - |
| HSV(B) | 352.1º | 0.82% | 0.8% | - |
| XYZ | 26.02 | 14.26 | 5.38 | - |
| YUV | 88.44 | 110.83 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 58 | 0 | 0.82 | 0.71 | 0.20 | 352.1 | 0.7 | 0.47 |
| Hex | CB | 24 | 3A | 0 | 52 | 47 | 14 | 160 | 46 | 2F |
| Octal | 313 | 44 | 72 | 0 | 122 | 107 | 24 | 540 | 106 | 57 |
| Binary | 11001011 | 100100 | 111010 | 0 | 1010010 | 1000111 | 10100 | 101100000 | 1000110 | 101111 |
Color Harmonies of #CB243A
Complementary color
Monochromatic Colors of #CB243A
Black with #CB243A
Text Example
Text Example
White with #CB243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB243A; }
p { color: rgb(203,36,58); }
H1.HeaderClassName
{
color: #CB243A;
}
.AnyTagClassName
{
color: #CB243A;
}
</style>
background-color css
<style>
a { background-color: #CB243A; }
a { background-color: rgb(203,36,58); }
div.DivClassName
{
background-color: #CB243A;
}
.BgClassName
{
background-color: #CB243A;
}
</style>
border-color css
<style>
span { border-color: #CB243A; }
span { border-color: rgb(203,36,58); }
td.TdClassName
{
border-color: #CB243A;
}
.TagClassName
{
border-color: #CB243A;
}
</style>