Shades of Cardinal #CF2131
Tints of Cardinal #CF2131
RGB
CMYK
RGB Variations
Color information
#CF2131 (or 0xCF2131) is known color: Cardinal. HEX triplet: CF, 21 and 31. RGB value is (207,33,49). Sum of RGB (Red+Green+Blue) = 207+33+49=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2131 is #30DECE. Grayscale: #565656. Windows color (decimal): -3202767 or 3219919. OLE color: 3219919.
HSL color Cylindrical-coordinate representation of color #CF2131: hue angle of 354.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2131 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 49 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.19 |
| HSL | 354.48º | 0.73% | 0.47% | - |
| HSV(B) | 354.48º | 0.84% | 0.81% | - |
| XYZ | 26.83 | 14.57 | 4.3 | - |
| YUV | 86.85 | 106.65 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 49 | 0 | 0.84 | 0.76 | 0.19 | 354.48 | 0.73 | 0.47 |
| Hex | CF | 21 | 31 | 0 | 54 | 4C | 13 | 162 | 48 | 2F |
| Octal | 317 | 41 | 61 | 0 | 124 | 114 | 23 | 542 | 110 | 57 |
| Binary | 11001111 | 100001 | 110001 | 0 | 1010100 | 1001100 | 10011 | 101100010 | 1001000 | 101111 |
Color Harmonies of #CF2131
Complementary color
Monochromatic Colors of #CF2131
Black with #CF2131
Text Example
Text Example
White with #CF2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2131; }
p { color: rgb(207,33,49); }
H1.HeaderClassName
{
color: #CF2131;
}
.AnyTagClassName
{
color: #CF2131;
}
</style>
background-color css
<style>
a { background-color: #CF2131; }
a { background-color: rgb(207,33,49); }
div.DivClassName
{
background-color: #CF2131;
}
.BgClassName
{
background-color: #CF2131;
}
</style>
border-color css
<style>
span { border-color: #CF2131; }
span { border-color: rgb(207,33,49); }
td.TdClassName
{
border-color: #CF2131;
}
.TagClassName
{
border-color: #CF2131;
}
</style>