Shades of Cardinal #CF1F31
Tints of Cardinal #CF1F31
RGB
CMYK
RGB Variations
Color information
#CF1F31 (or 0xCF1F31) is known color: Cardinal. HEX triplet: CF, 1F and 31. RGB value is (207,31,49). Sum of RGB (Red+Green+Blue) = 207+31+49=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1F31 is #30E0CE. Grayscale: #555555. Windows color (decimal): -3203279 or 3219407. OLE color: 3219407.
HSL color Cylindrical-coordinate representation of color #CF1F31: hue angle of 353.86º degrees, saturation: 0.74, 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 #CF1F31 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 49 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.19 |
| HSL | 353.86º | 0.74% | 0.47% | - |
| HSV(B) | 353.86º | 0.85% | 0.81% | - |
| XYZ | 26.78 | 14.47 | 4.29 | - |
| YUV | 85.68 | 107.31 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 49 | 0 | 0.85 | 0.76 | 0.19 | 353.86 | 0.74 | 0.47 |
| Hex | CF | 1F | 31 | 0 | 55 | 4C | 13 | 162 | 4A | 2F |
| Octal | 317 | 37 | 61 | 0 | 125 | 114 | 23 | 542 | 112 | 57 |
| Binary | 11001111 | 11111 | 110001 | 0 | 1010101 | 1001100 | 10011 | 101100010 | 1001010 | 101111 |
Color Harmonies of #CF1F31
Complementary color
Monochromatic Colors of #CF1F31
Black with #CF1F31
Text Example
Text Example
White with #CF1F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F31; }
p { color: rgb(207,31,49); }
H1.HeaderClassName
{
color: #CF1F31;
}
.AnyTagClassName
{
color: #CF1F31;
}
</style>
background-color css
<style>
a { background-color: #CF1F31; }
a { background-color: rgb(207,31,49); }
div.DivClassName
{
background-color: #CF1F31;
}
.BgClassName
{
background-color: #CF1F31;
}
</style>
border-color css
<style>
span { border-color: #CF1F31; }
span { border-color: rgb(207,31,49); }
td.TdClassName
{
border-color: #CF1F31;
}
.TagClassName
{
border-color: #CF1F31;
}
</style>