Shades of Cardinal #CA243B
Tints of Cardinal #CA243B
RGB
CMYK
RGB Variations
Color information
#CA243B (or 0xCA243B) is known color: Cardinal. HEX triplet: CA, 24 and 3B. RGB value is (202,36,59). Sum of RGB (Red+Green+Blue) = 202+36+59=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA243B is #35DBC4. Grayscale: #585858. Windows color (decimal): -3529669 or 3876042. OLE color: 3876042.
HSL color Cylindrical-coordinate representation of color #CA243B: hue angle of 351.69º 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 #CA243B is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 59 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.21 |
| HSL | 351.69º | 0.7% | 0.47% | - |
| HSV(B) | 351.69º | 0.82% | 0.79% | - |
| XYZ | 25.78 | 14.13 | 5.51 | - |
| YUV | 88.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 59 | 0 | 0.82 | 0.71 | 0.21 | 351.69 | 0.7 | 0.47 |
| Hex | CA | 24 | 3B | 0 | 52 | 47 | 15 | 160 | 46 | 2F |
| Octal | 312 | 44 | 73 | 0 | 122 | 107 | 25 | 540 | 106 | 57 |
| Binary | 11001010 | 100100 | 111011 | 0 | 1010010 | 1000111 | 10101 | 101100000 | 1000110 | 101111 |
Color Harmonies of #CA243B
Complementary color
Monochromatic Colors of #CA243B
Black with #CA243B
Text Example
Text Example
White with #CA243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA243B; }
p { color: rgb(202,36,59); }
H1.HeaderClassName
{
color: #CA243B;
}
.AnyTagClassName
{
color: #CA243B;
}
</style>
background-color css
<style>
a { background-color: #CA243B; }
a { background-color: rgb(202,36,59); }
div.DivClassName
{
background-color: #CA243B;
}
.BgClassName
{
background-color: #CA243B;
}
</style>
border-color css
<style>
span { border-color: #CA243B; }
span { border-color: rgb(202,36,59); }
td.TdClassName
{
border-color: #CA243B;
}
.TagClassName
{
border-color: #CA243B;
}
</style>