Shades of Cardinal #CD2032
Tints of Cardinal #CD2032
RGB
CMYK
RGB Variations
Color information
#CD2032 (or 0xCD2032) is known color: Cardinal. HEX triplet: CD, 20 and 32. RGB value is (205,32,50). Sum of RGB (Red+Green+Blue) = 205+32+50=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2032 is #32DFCD. Grayscale: #555555. Windows color (decimal): -3334094 or 3285197. OLE color: 3285197.
HSL color Cylindrical-coordinate representation of color #CD2032: hue angle of 353.76º 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 #CD2032 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 50 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.20 |
| HSL | 353.76º | 0.73% | 0.46% | - |
| HSV(B) | 353.76º | 0.84% | 0.8% | - |
| XYZ | 26.27 | 14.24 | 4.38 | - |
| YUV | 85.78 | 107.81 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 50 | 0 | 0.84 | 0.76 | 0.20 | 353.76 | 0.73 | 0.46 |
| Hex | CD | 20 | 32 | 0 | 54 | 4C | 14 | 162 | 49 | 2E |
| Octal | 315 | 40 | 62 | 0 | 124 | 114 | 24 | 542 | 111 | 56 |
| Binary | 11001101 | 100000 | 110010 | 0 | 1010100 | 1001100 | 10100 | 101100010 | 1001001 | 101110 |
Color Harmonies of #CD2032
Complementary color
Monochromatic Colors of #CD2032
Black with #CD2032
Text Example
Text Example
White with #CD2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2032; }
p { color: rgb(205,32,50); }
H1.HeaderClassName
{
color: #CD2032;
}
.AnyTagClassName
{
color: #CD2032;
}
</style>
background-color css
<style>
a { background-color: #CD2032; }
a { background-color: rgb(205,32,50); }
div.DivClassName
{
background-color: #CD2032;
}
.BgClassName
{
background-color: #CD2032;
}
</style>
border-color css
<style>
span { border-color: #CD2032; }
span { border-color: rgb(205,32,50); }
td.TdClassName
{
border-color: #CD2032;
}
.TagClassName
{
border-color: #CD2032;
}
</style>