Shades of Cardinal #CF2047
Tints of Cardinal #CF2047
RGB
CMYK
RGB Variations
Color information
#CF2047 (or 0xCF2047) is known color: Cardinal. HEX triplet: CF, 20 and 47. RGB value is (207,32,71). Sum of RGB (Red+Green+Blue) = 207+32+71=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2047 is #30DFB8. Grayscale: #585858. Windows color (decimal): -3203001 or 4661455. OLE color: 4661455.
HSL color Cylindrical-coordinate representation of color #CF2047: hue angle of 346.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2047 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 71 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.19 |
| HSL | 346.63º | 0.73% | 0.47% | - |
| HSV(B) | 346.63º | 0.85% | 0.81% | - |
| XYZ | 27.39 | 14.75 | 7.37 | - |
| YUV | 88.77 | 117.98 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 71 | 0 | 0.85 | 0.66 | 0.19 | 346.63 | 0.73 | 0.47 |
| Hex | CF | 20 | 47 | 0 | 55 | 42 | 13 | 15B | 49 | 2F |
| Octal | 317 | 40 | 107 | 0 | 125 | 102 | 23 | 533 | 111 | 57 |
| Binary | 11001111 | 100000 | 1000111 | 0 | 1010101 | 1000010 | 10011 | 101011011 | 1001001 | 101111 |
Color Harmonies of #CF2047
Complementary color
Monochromatic Colors of #CF2047
Black with #CF2047
Text Example
Text Example
White with #CF2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2047; }
p { color: rgb(207,32,71); }
H1.HeaderClassName
{
color: #CF2047;
}
.AnyTagClassName
{
color: #CF2047;
}
</style>
background-color css
<style>
a { background-color: #CF2047; }
a { background-color: rgb(207,32,71); }
div.DivClassName
{
background-color: #CF2047;
}
.BgClassName
{
background-color: #CF2047;
}
</style>
border-color css
<style>
span { border-color: #CF2047; }
span { border-color: rgb(207,32,71); }
td.TdClassName
{
border-color: #CF2047;
}
.TagClassName
{
border-color: #CF2047;
}
</style>