Html Css Color HEX #CF4911 Harley Davidson Orange
📋 copy color: '#CF4911'red 207 ◦ green 73 ◦ blue 17
Shades of Harley Davidson Orange #CF4911
Tints of Harley Davidson Orange #CF4911
RGB
CMYK
RGB Variations
Color information
#CF4911 (or 0xCF4911) is known color: Harley Davidson Orange. HEX triplet: CF, 49 and 11. RGB value is (207,73,17). Sum of RGB (Red+Green+Blue) = 207+73+17=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4911 is #30B6EE. Grayscale: #6B6B6B. Windows color (decimal): -3192559 or 1133007. OLE color: 1133007.
HSL color Cylindrical-coordinate representation of color #CF4911: hue angle of 17.68º 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 #CF4911 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.19 |
| HSL | 17.68º | 0.85% | 0.44% | - |
| HSV(B) | 17.68º | 0.92% | 0.81% | - |
| XYZ | 28.22 | 18.07 | 2.53 | - |
| YUV | 106.68 | 77.39 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 17 | 0 | 0.65 | 0.92 | 0.19 | 17.68 | 0.85 | 0.44 |
| Hex | CF | 49 | 11 | 0 | 41 | 5C | 13 | 12 | 55 | 2C |
| Octal | 317 | 111 | 21 | 0 | 101 | 134 | 23 | 22 | 125 | 54 |
| Binary | 11001111 | 1001001 | 10001 | 0 | 1000001 | 1011100 | 10011 | 10010 | 1010101 | 101100 |
Color Harmonies of #CF4911
Complementary color
Monochromatic Colors of #CF4911
Black with #CF4911
Text Example
Text Example
White with #CF4911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4911; }
p { color: rgb(207,73,17); }
H1.HeaderClassName
{
color: #CF4911;
}
.AnyTagClassName
{
color: #CF4911;
}
</style>
background-color css
<style>
a { background-color: #CF4911; }
a { background-color: rgb(207,73,17); }
div.DivClassName
{
background-color: #CF4911;
}
.BgClassName
{
background-color: #CF4911;
}
</style>
border-color css
<style>
span { border-color: #CF4911; }
span { border-color: rgb(207,73,17); }
td.TdClassName
{
border-color: #CF4911;
}
.TagClassName
{
border-color: #CF4911;
}
</style>