Html Css Color HEX #CF460C Harley Davidson Orange
📋 copy color: '#CF460C'red 207 ◦ green 70 ◦ blue 12
Shades of Harley Davidson Orange #CF460C
Tints of Harley Davidson Orange #CF460C
RGB
CMYK
RGB Variations
Color information
#CF460C (or 0xCF460C) is known color: Harley Davidson Orange. HEX triplet: CF, 46 and 0C. RGB value is (207,70,12). Sum of RGB (Red+Green+Blue) = 207+70+12=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF460C is #30B9F3. Grayscale: #686868. Windows color (decimal): -3193332 or 804559. OLE color: 804559.
HSL color Cylindrical-coordinate representation of color #CF460C: hue angle of 17.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF460C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.19 |
| HSL | 17.85º | 0.89% | 0.43% | - |
| HSV(B) | 17.85º | 0.94% | 0.81% | - |
| XYZ | 27.99 | 17.67 | 2.28 | - |
| YUV | 104.35 | 75.89 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 12 | 0 | 0.66 | 0.94 | 0.19 | 17.85 | 0.89 | 0.43 |
| Hex | CF | 46 | C | 0 | 42 | 5E | 13 | 12 | 59 | 2B |
| Octal | 317 | 106 | 14 | 0 | 102 | 136 | 23 | 22 | 131 | 53 |
| Binary | 11001111 | 1000110 | 1100 | 0 | 1000010 | 1011110 | 10011 | 10010 | 1011001 | 101011 |
Color Harmonies of #CF460C
Complementary color
Monochromatic Colors of #CF460C
Black with #CF460C
Text Example
Text Example
White with #CF460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF460C; }
p { color: rgb(207,70,12); }
H1.HeaderClassName
{
color: #CF460C;
}
.AnyTagClassName
{
color: #CF460C;
}
</style>
background-color css
<style>
a { background-color: #CF460C; }
a { background-color: rgb(207,70,12); }
div.DivClassName
{
background-color: #CF460C;
}
.BgClassName
{
background-color: #CF460C;
}
</style>
border-color css
<style>
span { border-color: #CF460C; }
span { border-color: rgb(207,70,12); }
td.TdClassName
{
border-color: #CF460C;
}
.TagClassName
{
border-color: #CF460C;
}
</style>