Shades of Cardinal #CF2046
Tints of Cardinal #CF2046
RGB
CMYK
RGB Variations
Color information
#CF2046 (or 0xCF2046) is known color: Cardinal. HEX triplet: CF, 20 and 46. RGB value is (207,32,70). Sum of RGB (Red+Green+Blue) = 207+32+70=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2046 is #30DFB9. Grayscale: #585858. Windows color (decimal): -3203002 or 4595919. OLE color: 4595919.
HSL color Cylindrical-coordinate representation of color #CF2046: hue angle of 346.97º 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 #CF2046 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 70 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.19 |
| HSL | 346.97º | 0.73% | 0.47% | - |
| HSV(B) | 346.97º | 0.85% | 0.81% | - |
| XYZ | 27.35 | 14.74 | 7.2 | - |
| YUV | 88.66 | 117.48 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 70 | 0 | 0.85 | 0.66 | 0.19 | 346.97 | 0.73 | 0.47 |
| Hex | CF | 20 | 46 | 0 | 55 | 42 | 13 | 15B | 49 | 2F |
| Octal | 317 | 40 | 106 | 0 | 125 | 102 | 23 | 533 | 111 | 57 |
| Binary | 11001111 | 100000 | 1000110 | 0 | 1010101 | 1000010 | 10011 | 101011011 | 1001001 | 101111 |
Color Harmonies of #CF2046
Complementary color
Monochromatic Colors of #CF2046
Black with #CF2046
Text Example
Text Example
White with #CF2046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2046; }
p { color: rgb(207,32,70); }
H1.HeaderClassName
{
color: #CF2046;
}
.AnyTagClassName
{
color: #CF2046;
}
</style>
background-color css
<style>
a { background-color: #CF2046; }
a { background-color: rgb(207,32,70); }
div.DivClassName
{
background-color: #CF2046;
}
.BgClassName
{
background-color: #CF2046;
}
</style>
border-color css
<style>
span { border-color: #CF2046; }
span { border-color: rgb(207,32,70); }
td.TdClassName
{
border-color: #CF2046;
}
.TagClassName
{
border-color: #CF2046;
}
</style>