Shades of Cardinal #CD2047
Tints of Cardinal #CD2047
RGB
CMYK
RGB Variations
Color information
#CD2047 (or 0xCD2047) is known color: Cardinal. HEX triplet: CD, 20 and 47. RGB value is (205,32,71). Sum of RGB (Red+Green+Blue) = 205+32+71=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2047 is #32DFB8. Grayscale: #585858. Windows color (decimal): -3334073 or 4661453. OLE color: 4661453.
HSL color Cylindrical-coordinate representation of color #CD2047: hue angle of 346.47º 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 #CD2047 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 71 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.20 |
| HSL | 346.47º | 0.73% | 0.46% | - |
| HSV(B) | 346.47º | 0.84% | 0.8% | - |
| XYZ | 26.83 | 14.47 | 7.34 | - |
| YUV | 88.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 71 | 0 | 0.84 | 0.65 | 0.20 | 346.47 | 0.73 | 0.46 |
| Hex | CD | 20 | 47 | 0 | 54 | 41 | 14 | 15A | 49 | 2E |
| Octal | 315 | 40 | 107 | 0 | 124 | 101 | 24 | 532 | 111 | 56 |
| Binary | 11001101 | 100000 | 1000111 | 0 | 1010100 | 1000001 | 10100 | 101011010 | 1001001 | 101110 |
Color Harmonies of #CD2047
Complementary color
Monochromatic Colors of #CD2047
Black with #CD2047
Text Example
Text Example
White with #CD2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2047; }
p { color: rgb(205,32,71); }
H1.HeaderClassName
{
color: #CD2047;
}
.AnyTagClassName
{
color: #CD2047;
}
</style>
background-color css
<style>
a { background-color: #CD2047; }
a { background-color: rgb(205,32,71); }
div.DivClassName
{
background-color: #CD2047;
}
.BgClassName
{
background-color: #CD2047;
}
</style>
border-color css
<style>
span { border-color: #CD2047; }
span { border-color: rgb(205,32,71); }
td.TdClassName
{
border-color: #CD2047;
}
.TagClassName
{
border-color: #CD2047;
}
</style>