Shades of Cardinal #CF1937
Tints of Cardinal #CF1937
RGB
CMYK
RGB Variations
Color information
#CF1937 (or 0xCF1937) is known color: Cardinal. HEX triplet: CF, 19 and 37. RGB value is (207,25,55). Sum of RGB (Red+Green+Blue) = 207+25+55=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1937 is #30E6C8. Grayscale: #525252. Windows color (decimal): -3204809 or 3611087. OLE color: 3611087.
HSL color Cylindrical-coordinate representation of color #CF1937: hue angle of 350.11º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1937 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 55 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.19 |
| HSL | 350.11º | 0.78% | 0.45% | - |
| HSV(B) | 350.11º | 0.88% | 0.81% | - |
| XYZ | 26.77 | 14.24 | 4.95 | - |
| YUV | 82.84 | 112.3 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 55 | 0 | 0.88 | 0.73 | 0.19 | 350.11 | 0.78 | 0.45 |
| Hex | CF | 19 | 37 | 0 | 58 | 49 | 13 | 15E | 4E | 2D |
| Octal | 317 | 31 | 67 | 0 | 130 | 111 | 23 | 536 | 116 | 55 |
| Binary | 11001111 | 11001 | 110111 | 0 | 1011000 | 1001001 | 10011 | 101011110 | 1001110 | 101101 |
Color Harmonies of #CF1937
Complementary color
Monochromatic Colors of #CF1937
Black with #CF1937
Text Example
Text Example
White with #CF1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1937; }
p { color: rgb(207,25,55); }
H1.HeaderClassName
{
color: #CF1937;
}
.AnyTagClassName
{
color: #CF1937;
}
</style>
background-color css
<style>
a { background-color: #CF1937; }
a { background-color: rgb(207,25,55); }
div.DivClassName
{
background-color: #CF1937;
}
.BgClassName
{
background-color: #CF1937;
}
</style>
border-color css
<style>
span { border-color: #CF1937; }
span { border-color: rgb(207,25,55); }
td.TdClassName
{
border-color: #CF1937;
}
.TagClassName
{
border-color: #CF1937;
}
</style>