Html Css Color HEX #CF4C17 Harley Davidson Orange
📋 copy color: '#CF4C17'red 207 ◦ green 76 ◦ blue 23
Shades of Harley Davidson Orange #CF4C17
Tints of Harley Davidson Orange #CF4C17
RGB
CMYK
RGB Variations
Color information
#CF4C17 (or 0xCF4C17) is known color: Harley Davidson Orange. HEX triplet: CF, 4C and 17. RGB value is (207,76,23). Sum of RGB (Red+Green+Blue) = 207+76+23=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4C17 is #30B3E8. Grayscale: #6D6D6D. Windows color (decimal): -3191785 or 1526991. OLE color: 1526991.
HSL color Cylindrical-coordinate representation of color #CF4C17: hue angle of 17.28º 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 #CF4C17 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 23 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.19 |
| HSL | 17.28º | 0.8% | 0.45% | - |
| HSV(B) | 17.28º | 0.89% | 0.81% | - |
| XYZ | 28.47 | 18.5 | 2.88 | - |
| YUV | 109.13 | 79.4 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 23 | 0 | 0.63 | 0.89 | 0.19 | 17.28 | 0.8 | 0.45 |
| Hex | CF | 4C | 17 | 0 | 3F | 59 | 13 | 11 | 50 | 2D |
| Octal | 317 | 114 | 27 | 0 | 77 | 131 | 23 | 21 | 120 | 55 |
| Binary | 11001111 | 1001100 | 10111 | 0 | 111111 | 1011001 | 10011 | 10001 | 1010000 | 101101 |
Color Harmonies of #CF4C17
Complementary color
Monochromatic Colors of #CF4C17
Black with #CF4C17
Text Example
Text Example
White with #CF4C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C17; }
p { color: rgb(207,76,23); }
H1.HeaderClassName
{
color: #CF4C17;
}
.AnyTagClassName
{
color: #CF4C17;
}
</style>
background-color css
<style>
a { background-color: #CF4C17; }
a { background-color: rgb(207,76,23); }
div.DivClassName
{
background-color: #CF4C17;
}
.BgClassName
{
background-color: #CF4C17;
}
</style>
border-color css
<style>
span { border-color: #CF4C17; }
span { border-color: rgb(207,76,23); }
td.TdClassName
{
border-color: #CF4C17;
}
.TagClassName
{
border-color: #CF4C17;
}
</style>