Html Css Color HEX #CF2711 Harley Davidson Orange
📋 copy color: '#CF2711'red 207 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #CF2711
Tints of Harley Davidson Orange #CF2711
RGB
CMYK
RGB Variations
Color information
#CF2711 (or 0xCF2711) is known color: Harley Davidson Orange. HEX triplet: CF, 27 and 11. RGB value is (207,39,17). Sum of RGB (Red+Green+Blue) = 207+39+17=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2711 is #30D8EE. Grayscale: #565656. Windows color (decimal): -3201263 or 1124303. OLE color: 1124303.
HSL color Cylindrical-coordinate representation of color #CF2711: hue angle of 6.95º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF2711 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 17 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.19 |
| HSL | 6.95º | 0.85% | 0.44% | - |
| HSV(B) | 6.95º | 0.92% | 0.81% | - |
| XYZ | 26.56 | 14.76 | 1.98 | - |
| YUV | 86.72 | 88.66 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 17 | 0 | 0.81 | 0.92 | 0.19 | 6.95 | 0.85 | 0.44 |
| Hex | CF | 27 | 11 | 0 | 51 | 5C | 13 | 7 | 55 | 2C |
| Octal | 317 | 47 | 21 | 0 | 121 | 134 | 23 | 7 | 125 | 54 |
| Binary | 11001111 | 100111 | 10001 | 0 | 1010001 | 1011100 | 10011 | 111 | 1010101 | 101100 |
Color Harmonies of #CF2711
Complementary color
Monochromatic Colors of #CF2711
Black with #CF2711
Text Example
Text Example
White with #CF2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2711; }
p { color: rgb(207,39,17); }
H1.HeaderClassName
{
color: #CF2711;
}
.AnyTagClassName
{
color: #CF2711;
}
</style>
background-color css
<style>
a { background-color: #CF2711; }
a { background-color: rgb(207,39,17); }
div.DivClassName
{
background-color: #CF2711;
}
.BgClassName
{
background-color: #CF2711;
}
</style>
border-color css
<style>
span { border-color: #CF2711; }
span { border-color: rgb(207,39,17); }
td.TdClassName
{
border-color: #CF2711;
}
.TagClassName
{
border-color: #CF2711;
}
</style>