Shades of Cardinal #CF1739
Tints of Cardinal #CF1739
RGB
CMYK
RGB Variations
Color information
#CF1739 (or 0xCF1739) is known color: Cardinal. HEX triplet: CF, 17 and 39. RGB value is (207,23,57). Sum of RGB (Red+Green+Blue) = 207+23+57=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1739 is #30E8C6. Grayscale: #515151. Windows color (decimal): -3205319 or 3741647. OLE color: 3741647.
HSL color Cylindrical-coordinate representation of color #CF1739: hue angle of 348.91º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1739 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 57 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.19 |
| HSL | 348.91º | 0.8% | 0.45% | - |
| HSV(B) | 348.91º | 0.89% | 0.81% | - |
| XYZ | 26.78 | 14.17 | 5.2 | - |
| YUV | 81.89 | 113.96 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 57 | 0 | 0.89 | 0.72 | 0.19 | 348.91 | 0.8 | 0.45 |
| Hex | CF | 17 | 39 | 0 | 59 | 48 | 13 | 15D | 50 | 2D |
| Octal | 317 | 27 | 71 | 0 | 131 | 110 | 23 | 535 | 120 | 55 |
| Binary | 11001111 | 10111 | 111001 | 0 | 1011001 | 1001000 | 10011 | 101011101 | 1010000 | 101101 |
Color Harmonies of #CF1739
Complementary color
Monochromatic Colors of #CF1739
Black with #CF1739
Text Example
Text Example
White with #CF1739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1739; }
p { color: rgb(207,23,57); }
H1.HeaderClassName
{
color: #CF1739;
}
.AnyTagClassName
{
color: #CF1739;
}
</style>
background-color css
<style>
a { background-color: #CF1739; }
a { background-color: rgb(207,23,57); }
div.DivClassName
{
background-color: #CF1739;
}
.BgClassName
{
background-color: #CF1739;
}
</style>
border-color css
<style>
span { border-color: #CF1739; }
span { border-color: rgb(207,23,57); }
td.TdClassName
{
border-color: #CF1739;
}
.TagClassName
{
border-color: #CF1739;
}
</style>