Html Css Color HEX #CF3511 Harley Davidson Orange
📋 copy color: '#CF3511'red 207 ◦ green 53 ◦ blue 17
Shades of Harley Davidson Orange #CF3511
Tints of Harley Davidson Orange #CF3511
RGB
CMYK
RGB Variations
Color information
#CF3511 (or 0xCF3511) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 11. RGB value is (207,53,17). Sum of RGB (Red+Green+Blue) = 207+53+17=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3511 is #30CAEE. Grayscale: #5F5F5F. Windows color (decimal): -3197679 or 1127887. OLE color: 1127887.
HSL color Cylindrical-coordinate representation of color #CF3511: hue angle of 11.37º 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 #CF3511 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 17 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.19 |
| HSL | 11.37º | 0.85% | 0.44% | - |
| HSV(B) | 11.37º | 0.92% | 0.81% | - |
| XYZ | 27.11 | 15.85 | 2.16 | - |
| YUV | 94.94 | 84.02 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 17 | 0 | 0.74 | 0.92 | 0.19 | 11.37 | 0.85 | 0.44 |
| Hex | CF | 35 | 11 | 0 | 4A | 5C | 13 | B | 55 | 2C |
| Octal | 317 | 65 | 21 | 0 | 112 | 134 | 23 | 13 | 125 | 54 |
| Binary | 11001111 | 110101 | 10001 | 0 | 1001010 | 1011100 | 10011 | 1011 | 1010101 | 101100 |
Color Harmonies of #CF3511
Complementary color
Monochromatic Colors of #CF3511
Black with #CF3511
Text Example
Text Example
White with #CF3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3511; }
p { color: rgb(207,53,17); }
H1.HeaderClassName
{
color: #CF3511;
}
.AnyTagClassName
{
color: #CF3511;
}
</style>
background-color css
<style>
a { background-color: #CF3511; }
a { background-color: rgb(207,53,17); }
div.DivClassName
{
background-color: #CF3511;
}
.BgClassName
{
background-color: #CF3511;
}
</style>
border-color css
<style>
span { border-color: #CF3511; }
span { border-color: rgb(207,53,17); }
td.TdClassName
{
border-color: #CF3511;
}
.TagClassName
{
border-color: #CF3511;
}
</style>