Shades of Cardinal #CA203D
Tints of Cardinal #CA203D
RGB
CMYK
RGB Variations
Color information
#CA203D (or 0xCA203D) is known color: Cardinal. HEX triplet: CA, 20 and 3D. RGB value is (202,32,61). Sum of RGB (Red+Green+Blue) = 202+32+61=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA203D is #35DFC2. Grayscale: #565656. Windows color (decimal): -3530691 or 4006090. OLE color: 4006090.
HSL color Cylindrical-coordinate representation of color #CA203D: hue angle of 349.76º 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 #CA203D is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 61 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.21 |
| HSL | 349.76º | 0.73% | 0.46% | - |
| HSV(B) | 349.76º | 0.84% | 0.79% | - |
| XYZ | 25.72 | 13.93 | 5.75 | - |
| YUV | 86.14 | 113.82 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 61 | 0 | 0.84 | 0.70 | 0.21 | 349.76 | 0.73 | 0.46 |
| Hex | CA | 20 | 3D | 0 | 54 | 46 | 15 | 15E | 49 | 2E |
| Octal | 312 | 40 | 75 | 0 | 124 | 106 | 25 | 536 | 111 | 56 |
| Binary | 11001010 | 100000 | 111101 | 0 | 1010100 | 1000110 | 10101 | 101011110 | 1001001 | 101110 |
Color Harmonies of #CA203D
Complementary color
Monochromatic Colors of #CA203D
Black with #CA203D
Text Example
Text Example
White with #CA203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA203D; }
p { color: rgb(202,32,61); }
H1.HeaderClassName
{
color: #CA203D;
}
.AnyTagClassName
{
color: #CA203D;
}
</style>
background-color css
<style>
a { background-color: #CA203D; }
a { background-color: rgb(202,32,61); }
div.DivClassName
{
background-color: #CA203D;
}
.BgClassName
{
background-color: #CA203D;
}
</style>
border-color css
<style>
span { border-color: #CA203D; }
span { border-color: rgb(202,32,61); }
td.TdClassName
{
border-color: #CA203D;
}
.TagClassName
{
border-color: #CA203D;
}
</style>