Html Css Color HEX #CF4511 Harley Davidson Orange
📋 copy color: '#CF4511'red 207 ◦ green 69 ◦ blue 17
Shades of Harley Davidson Orange #CF4511
Tints of Harley Davidson Orange #CF4511
RGB
CMYK
RGB Variations
Color information
#CF4511 (or 0xCF4511) is known color: Harley Davidson Orange. HEX triplet: CF, 45 and 11. RGB value is (207,69,17). Sum of RGB (Red+Green+Blue) = 207+69+17=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4511 is #30BAEE. Grayscale: #686868. Windows color (decimal): -3193583 or 1131983. OLE color: 1131983.
HSL color Cylindrical-coordinate representation of color #CF4511: hue angle of 16.42º 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 #CF4511 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.19 |
| HSL | 16.42º | 0.85% | 0.44% | - |
| HSV(B) | 16.42º | 0.92% | 0.81% | - |
| XYZ | 27.96 | 17.56 | 2.45 | - |
| YUV | 104.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 17 | 0 | 0.67 | 0.92 | 0.19 | 16.42 | 0.85 | 0.44 |
| Hex | CF | 45 | 11 | 0 | 43 | 5C | 13 | 10 | 55 | 2C |
| Octal | 317 | 105 | 21 | 0 | 103 | 134 | 23 | 20 | 125 | 54 |
| Binary | 11001111 | 1000101 | 10001 | 0 | 1000011 | 1011100 | 10011 | 10000 | 1010101 | 101100 |
Color Harmonies of #CF4511
Complementary color
Monochromatic Colors of #CF4511
Black with #CF4511
Text Example
Text Example
White with #CF4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4511; }
p { color: rgb(207,69,17); }
H1.HeaderClassName
{
color: #CF4511;
}
.AnyTagClassName
{
color: #CF4511;
}
</style>
background-color css
<style>
a { background-color: #CF4511; }
a { background-color: rgb(207,69,17); }
div.DivClassName
{
background-color: #CF4511;
}
.BgClassName
{
background-color: #CF4511;
}
</style>
border-color css
<style>
span { border-color: #CF4511; }
span { border-color: rgb(207,69,17); }
td.TdClassName
{
border-color: #CF4511;
}
.TagClassName
{
border-color: #CF4511;
}
</style>