Shades of Cardinal #CF2032
Tints of Cardinal #CF2032
RGB
CMYK
RGB Variations
Color information
#CF2032 (or 0xCF2032) is known color: Cardinal. HEX triplet: CF, 20 and 32. RGB value is (207,32,50). Sum of RGB (Red+Green+Blue) = 207+32+50=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2032 is #30DFCD. Grayscale: #565656. Windows color (decimal): -3203022 or 3285199. OLE color: 3285199.
HSL color Cylindrical-coordinate representation of color #CF2032: hue angle of 353.83º 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 #CF2032 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 50 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.19 |
| HSL | 353.83º | 0.73% | 0.47% | - |
| HSV(B) | 353.83º | 0.85% | 0.81% | - |
| XYZ | 26.82 | 14.53 | 4.41 | - |
| YUV | 86.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 50 | 0 | 0.85 | 0.76 | 0.19 | 353.83 | 0.73 | 0.47 |
| Hex | CF | 20 | 32 | 0 | 55 | 4C | 13 | 162 | 49 | 2F |
| Octal | 317 | 40 | 62 | 0 | 125 | 114 | 23 | 542 | 111 | 57 |
| Binary | 11001111 | 100000 | 110010 | 0 | 1010101 | 1001100 | 10011 | 101100010 | 1001001 | 101111 |
Color Harmonies of #CF2032
Complementary color
Monochromatic Colors of #CF2032
Black with #CF2032
Text Example
Text Example
White with #CF2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2032; }
p { color: rgb(207,32,50); }
H1.HeaderClassName
{
color: #CF2032;
}
.AnyTagClassName
{
color: #CF2032;
}
</style>
background-color css
<style>
a { background-color: #CF2032; }
a { background-color: rgb(207,32,50); }
div.DivClassName
{
background-color: #CF2032;
}
.BgClassName
{
background-color: #CF2032;
}
</style>
border-color css
<style>
span { border-color: #CF2032; }
span { border-color: rgb(207,32,50); }
td.TdClassName
{
border-color: #CF2032;
}
.TagClassName
{
border-color: #CF2032;
}
</style>