Html Css Color HEX #CF4617 Harley Davidson Orange
📋 copy color: '#CF4617'red 207 ◦ green 70 ◦ blue 23
Shades of Harley Davidson Orange #CF4617
Tints of Harley Davidson Orange #CF4617
RGB
CMYK
RGB Variations
Color information
#CF4617 (or 0xCF4617) is known color: Harley Davidson Orange. HEX triplet: CF, 46 and 17. RGB value is (207,70,23). Sum of RGB (Red+Green+Blue) = 207+70+23=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4617 is #30B9E8. Grayscale: #696969. Windows color (decimal): -3193321 or 1525455. OLE color: 1525455.
HSL color Cylindrical-coordinate representation of color #CF4617: hue angle of 15.33º 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 #CF4617 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 23 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.19 |
| HSL | 15.33º | 0.8% | 0.45% | - |
| HSV(B) | 15.33º | 0.89% | 0.81% | - |
| XYZ | 28.08 | 17.71 | 2.75 | - |
| YUV | 105.61 | 81.39 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 23 | 0 | 0.66 | 0.89 | 0.19 | 15.33 | 0.8 | 0.45 |
| Hex | CF | 46 | 17 | 0 | 42 | 59 | 13 | F | 50 | 2D |
| Octal | 317 | 106 | 27 | 0 | 102 | 131 | 23 | 17 | 120 | 55 |
| Binary | 11001111 | 1000110 | 10111 | 0 | 1000010 | 1011001 | 10011 | 1111 | 1010000 | 101101 |
Color Harmonies of #CF4617
Complementary color
Monochromatic Colors of #CF4617
Black with #CF4617
Text Example
Text Example
White with #CF4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4617; }
p { color: rgb(207,70,23); }
H1.HeaderClassName
{
color: #CF4617;
}
.AnyTagClassName
{
color: #CF4617;
}
</style>
background-color css
<style>
a { background-color: #CF4617; }
a { background-color: rgb(207,70,23); }
div.DivClassName
{
background-color: #CF4617;
}
.BgClassName
{
background-color: #CF4617;
}
</style>
border-color css
<style>
span { border-color: #CF4617; }
span { border-color: rgb(207,70,23); }
td.TdClassName
{
border-color: #CF4617;
}
.TagClassName
{
border-color: #CF4617;
}
</style>