Html Css Color HEX #CF460F Harley Davidson Orange
📋 copy color: '#CF460F'red 207 ◦ green 70 ◦ blue 15
Shades of Harley Davidson Orange #CF460F
Tints of Harley Davidson Orange #CF460F
RGB
CMYK
RGB Variations
Color information
#CF460F (or 0xCF460F) is known color: Harley Davidson Orange. HEX triplet: CF, 46 and 0F. RGB value is (207,70,15). Sum of RGB (Red+Green+Blue) = 207+70+15=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF460F is #30B9F0. Grayscale: #696969. Windows color (decimal): -3193329 or 1001167. OLE color: 1001167.
HSL color Cylindrical-coordinate representation of color #CF460F: hue angle of 17.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF460F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 15 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.19 |
| HSL | 17.19º | 0.86% | 0.44% | - |
| HSV(B) | 17.19º | 0.93% | 0.81% | - |
| XYZ | 28.01 | 17.68 | 2.39 | - |
| YUV | 104.69 | 77.39 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 15 | 0 | 0.66 | 0.93 | 0.19 | 17.19 | 0.86 | 0.44 |
| Hex | CF | 46 | F | 0 | 42 | 5D | 13 | 11 | 56 | 2C |
| Octal | 317 | 106 | 17 | 0 | 102 | 135 | 23 | 21 | 126 | 54 |
| Binary | 11001111 | 1000110 | 1111 | 0 | 1000010 | 1011101 | 10011 | 10001 | 1010110 | 101100 |
Color Harmonies of #CF460F
Complementary color
Monochromatic Colors of #CF460F
Black with #CF460F
Text Example
Text Example
White with #CF460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF460F; }
p { color: rgb(207,70,15); }
H1.HeaderClassName
{
color: #CF460F;
}
.AnyTagClassName
{
color: #CF460F;
}
</style>
background-color css
<style>
a { background-color: #CF460F; }
a { background-color: rgb(207,70,15); }
div.DivClassName
{
background-color: #CF460F;
}
.BgClassName
{
background-color: #CF460F;
}
</style>
border-color css
<style>
span { border-color: #CF460F; }
span { border-color: rgb(207,70,15); }
td.TdClassName
{
border-color: #CF460F;
}
.TagClassName
{
border-color: #CF460F;
}
</style>