Shades of Cardinal #CA203C
Tints of Cardinal #CA203C
RGB
CMYK
RGB Variations
Color information
#CA203C (or 0xCA203C) is known color: Cardinal. HEX triplet: CA, 20 and 3C. RGB value is (202,32,60). Sum of RGB (Red+Green+Blue) = 202+32+60=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA203C is #35DFC3. Grayscale: #565656. Windows color (decimal): -3530692 or 3940554. OLE color: 3940554.
HSL color Cylindrical-coordinate representation of color #CA203C: hue angle of 350.12º 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 #CA203C is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 60 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.21 |
| HSL | 350.12º | 0.73% | 0.46% | - |
| HSV(B) | 350.12º | 0.84% | 0.79% | - |
| XYZ | 25.69 | 13.92 | 5.61 | - |
| YUV | 86.02 | 113.32 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 60 | 0 | 0.84 | 0.70 | 0.21 | 350.12 | 0.73 | 0.46 |
| Hex | CA | 20 | 3C | 0 | 54 | 46 | 15 | 15E | 49 | 2E |
| Octal | 312 | 40 | 74 | 0 | 124 | 106 | 25 | 536 | 111 | 56 |
| Binary | 11001010 | 100000 | 111100 | 0 | 1010100 | 1000110 | 10101 | 101011110 | 1001001 | 101110 |
Color Harmonies of #CA203C
Complementary color
Monochromatic Colors of #CA203C
Black with #CA203C
Text Example
Text Example
White with #CA203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA203C; }
p { color: rgb(202,32,60); }
H1.HeaderClassName
{
color: #CA203C;
}
.AnyTagClassName
{
color: #CA203C;
}
</style>
background-color css
<style>
a { background-color: #CA203C; }
a { background-color: rgb(202,32,60); }
div.DivClassName
{
background-color: #CA203C;
}
.BgClassName
{
background-color: #CA203C;
}
</style>
border-color css
<style>
span { border-color: #CA203C; }
span { border-color: rgb(202,32,60); }
td.TdClassName
{
border-color: #CA203C;
}
.TagClassName
{
border-color: #CA203C;
}
</style>