Shades of Cardinal #CF1E49
Tints of Cardinal #CF1E49
RGB
CMYK
RGB Variations
Color information
#CF1E49 (or 0xCF1E49) is known color: Cardinal. HEX triplet: CF, 1E and 49. RGB value is (207,30,73). Sum of RGB (Red+Green+Blue) = 207+30+73=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E49 is #30E1B6. Grayscale: #575757. Windows color (decimal): -3203511 or 4792015. OLE color: 4792015.
HSL color Cylindrical-coordinate representation of color #CF1E49: hue angle of 345.42º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1E49 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 73 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.19 |
| HSL | 345.42º | 0.75% | 0.46% | - |
| HSV(B) | 345.42º | 0.86% | 0.81% | - |
| XYZ | 27.4 | 14.67 | 7.69 | - |
| YUV | 87.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 73 | 0 | 0.86 | 0.65 | 0.19 | 345.42 | 0.75 | 0.46 |
| Hex | CF | 1E | 49 | 0 | 56 | 41 | 13 | 159 | 4B | 2E |
| Octal | 317 | 36 | 111 | 0 | 126 | 101 | 23 | 531 | 113 | 56 |
| Binary | 11001111 | 11110 | 1001001 | 0 | 1010110 | 1000001 | 10011 | 101011001 | 1001011 | 101110 |
Color Harmonies of #CF1E49
Complementary color
Monochromatic Colors of #CF1E49
Black with #CF1E49
Text Example
Text Example
White with #CF1E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1E49; }
p { color: rgb(207,30,73); }
H1.HeaderClassName
{
color: #CF1E49;
}
.AnyTagClassName
{
color: #CF1E49;
}
</style>
background-color css
<style>
a { background-color: #CF1E49; }
a { background-color: rgb(207,30,73); }
div.DivClassName
{
background-color: #CF1E49;
}
.BgClassName
{
background-color: #CF1E49;
}
</style>
border-color css
<style>
span { border-color: #CF1E49; }
span { border-color: rgb(207,30,73); }
td.TdClassName
{
border-color: #CF1E49;
}
.TagClassName
{
border-color: #CF1E49;
}
</style>