Shades of Cardinal #CA203B
Tints of Cardinal #CA203B
RGB
CMYK
RGB Variations
Color information
#CA203B (or 0xCA203B) is known color: Cardinal. HEX triplet: CA, 20 and 3B. RGB value is (202,32,59). Sum of RGB (Red+Green+Blue) = 202+32+59=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA203B is #35DFC4. Grayscale: #555555. Windows color (decimal): -3530693 or 3875018. OLE color: 3875018.
HSL color Cylindrical-coordinate representation of color #CA203B: hue angle of 350.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA203B is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 59 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.21 |
| HSL | 350.47º | 0.73% | 0.46% | - |
| HSV(B) | 350.47º | 0.84% | 0.79% | - |
| XYZ | 25.66 | 13.91 | 5.47 | - |
| YUV | 85.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 59 | 0 | 0.84 | 0.71 | 0.21 | 350.47 | 0.73 | 0.46 |
| Hex | CA | 20 | 3B | 0 | 54 | 47 | 15 | 15E | 49 | 2E |
| Octal | 312 | 40 | 73 | 0 | 124 | 107 | 25 | 536 | 111 | 56 |
| Binary | 11001010 | 100000 | 111011 | 0 | 1010100 | 1000111 | 10101 | 101011110 | 1001001 | 101110 |
Color Harmonies of #CA203B
Complementary color
Monochromatic Colors of #CA203B
Black with #CA203B
Text Example
Text Example
White with #CA203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA203B; }
p { color: rgb(202,32,59); }
H1.HeaderClassName
{
color: #CA203B;
}
.AnyTagClassName
{
color: #CA203B;
}
</style>
background-color css
<style>
a { background-color: #CA203B; }
a { background-color: rgb(202,32,59); }
div.DivClassName
{
background-color: #CA203B;
}
.BgClassName
{
background-color: #CA203B;
}
</style>
border-color css
<style>
span { border-color: #CA203B; }
span { border-color: rgb(202,32,59); }
td.TdClassName
{
border-color: #CA203B;
}
.TagClassName
{
border-color: #CA203B;
}
</style>