Shades of Cardinal #CD203A
Tints of Cardinal #CD203A
RGB
CMYK
RGB Variations
Color information
#CD203A (or 0xCD203A) is known color: Cardinal. HEX triplet: CD, 20 and 3A. RGB value is (205,32,58). Sum of RGB (Red+Green+Blue) = 205+32+58=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD203A is #32DFC5. Grayscale: #565656. Windows color (decimal): -3334086 or 3809485. OLE color: 3809485.
HSL color Cylindrical-coordinate representation of color #CD203A: hue angle of 350.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD203A is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 58 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.20 |
| HSL | 350.98º | 0.73% | 0.46% | - |
| HSV(B) | 350.98º | 0.84% | 0.8% | - |
| XYZ | 26.46 | 14.32 | 5.37 | - |
| YUV | 86.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 58 | 0 | 0.84 | 0.72 | 0.20 | 350.98 | 0.73 | 0.46 |
| Hex | CD | 20 | 3A | 0 | 54 | 48 | 14 | 15F | 49 | 2E |
| Octal | 315 | 40 | 72 | 0 | 124 | 110 | 24 | 537 | 111 | 56 |
| Binary | 11001101 | 100000 | 111010 | 0 | 1010100 | 1001000 | 10100 | 101011111 | 1001001 | 101110 |
Color Harmonies of #CD203A
Complementary color
Monochromatic Colors of #CD203A
Black with #CD203A
Text Example
Text Example
White with #CD203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD203A; }
p { color: rgb(205,32,58); }
H1.HeaderClassName
{
color: #CD203A;
}
.AnyTagClassName
{
color: #CD203A;
}
</style>
background-color css
<style>
a { background-color: #CD203A; }
a { background-color: rgb(205,32,58); }
div.DivClassName
{
background-color: #CD203A;
}
.BgClassName
{
background-color: #CD203A;
}
</style>
border-color css
<style>
span { border-color: #CD203A; }
span { border-color: rgb(205,32,58); }
td.TdClassName
{
border-color: #CD203A;
}
.TagClassName
{
border-color: #CD203A;
}
</style>