Shades of Cardinal #CA243A
Tints of Cardinal #CA243A
RGB
CMYK
RGB Variations
Color information
#CA243A (or 0xCA243A) is known color: Cardinal. HEX triplet: CA, 24 and 3A. RGB value is (202,36,58). Sum of RGB (Red+Green+Blue) = 202+36+58=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA243A is #35DBC5. Grayscale: #585858. Windows color (decimal): -3529670 or 3810506. OLE color: 3810506.
HSL color Cylindrical-coordinate representation of color #CA243A: hue angle of 352.05º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA243A is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 58 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.21 |
| HSL | 352.05º | 0.7% | 0.47% | - |
| HSV(B) | 352.05º | 0.82% | 0.79% | - |
| XYZ | 25.75 | 14.12 | 5.37 | - |
| YUV | 88.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 58 | 0 | 0.82 | 0.71 | 0.21 | 352.05 | 0.7 | 0.47 |
| Hex | CA | 24 | 3A | 0 | 52 | 47 | 15 | 160 | 46 | 2F |
| Octal | 312 | 44 | 72 | 0 | 122 | 107 | 25 | 540 | 106 | 57 |
| Binary | 11001010 | 100100 | 111010 | 0 | 1010010 | 1000111 | 10101 | 101100000 | 1000110 | 101111 |
Color Harmonies of #CA243A
Complementary color
Monochromatic Colors of #CA243A
Black with #CA243A
Text Example
Text Example
White with #CA243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA243A; }
p { color: rgb(202,36,58); }
H1.HeaderClassName
{
color: #CA243A;
}
.AnyTagClassName
{
color: #CA243A;
}
</style>
background-color css
<style>
a { background-color: #CA243A; }
a { background-color: rgb(202,36,58); }
div.DivClassName
{
background-color: #CA243A;
}
.BgClassName
{
background-color: #CA243A;
}
</style>
border-color css
<style>
span { border-color: #CA243A; }
span { border-color: rgb(202,36,58); }
td.TdClassName
{
border-color: #CA243A;
}
.TagClassName
{
border-color: #CA243A;
}
</style>