Html Css Color HEX #CF460E Harley Davidson Orange
📋 copy color: '#CF460E'red 207 ◦ green 70 ◦ blue 14
Shades of Harley Davidson Orange #CF460E
Tints of Harley Davidson Orange #CF460E
RGB
CMYK
RGB Variations
Color information
#CF460E (or 0xCF460E) is known color: Harley Davidson Orange. HEX triplet: CF, 46 and 0E. RGB value is (207,70,14). Sum of RGB (Red+Green+Blue) = 207+70+14=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF460E is #30B9F1. Grayscale: #686868. Windows color (decimal): -3193330 or 935631. OLE color: 935631.
HSL color Cylindrical-coordinate representation of color #CF460E: hue angle of 17.41º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF460E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.19 |
| HSL | 17.41º | 0.87% | 0.43% | - |
| HSV(B) | 17.41º | 0.93% | 0.81% | - |
| XYZ | 28 | 17.68 | 2.35 | - |
| YUV | 104.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 14 | 0 | 0.66 | 0.93 | 0.19 | 17.41 | 0.87 | 0.43 |
| Hex | CF | 46 | E | 0 | 42 | 5D | 13 | 11 | 57 | 2B |
| Octal | 317 | 106 | 16 | 0 | 102 | 135 | 23 | 21 | 127 | 53 |
| Binary | 11001111 | 1000110 | 1110 | 0 | 1000010 | 1011101 | 10011 | 10001 | 1010111 | 101011 |
Color Harmonies of #CF460E
Complementary color
Monochromatic Colors of #CF460E
Black with #CF460E
Text Example
Text Example
White with #CF460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF460E; }
p { color: rgb(207,70,14); }
H1.HeaderClassName
{
color: #CF460E;
}
.AnyTagClassName
{
color: #CF460E;
}
</style>
background-color css
<style>
a { background-color: #CF460E; }
a { background-color: rgb(207,70,14); }
div.DivClassName
{
background-color: #CF460E;
}
.BgClassName
{
background-color: #CF460E;
}
</style>
border-color css
<style>
span { border-color: #CF460E; }
span { border-color: rgb(207,70,14); }
td.TdClassName
{
border-color: #CF460E;
}
.TagClassName
{
border-color: #CF460E;
}
</style>