Html Css Color HEX #CF4610 Harley Davidson Orange
📋 copy color: '#CF4610'red 207 ◦ green 70 ◦ blue 16
Shades of Harley Davidson Orange #CF4610
Tints of Harley Davidson Orange #CF4610
RGB
CMYK
RGB Variations
Color information
#CF4610 (or 0xCF4610) is known color: Harley Davidson Orange. HEX triplet: CF, 46 and 10. RGB value is (207,70,16). Sum of RGB (Red+Green+Blue) = 207+70+16=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4610 is #30B9EF. Grayscale: #696969. Windows color (decimal): -3193328 or 1066703. OLE color: 1066703.
HSL color Cylindrical-coordinate representation of color #CF4610: hue angle of 16.96º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF4610 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 16 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.19 |
| HSL | 16.96º | 0.86% | 0.44% | - |
| HSV(B) | 16.96º | 0.92% | 0.81% | - |
| XYZ | 28.02 | 17.68 | 2.43 | - |
| YUV | 104.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 16 | 0 | 0.66 | 0.92 | 0.19 | 16.96 | 0.86 | 0.44 |
| Hex | CF | 46 | 10 | 0 | 42 | 5C | 13 | 11 | 56 | 2C |
| Octal | 317 | 106 | 20 | 0 | 102 | 134 | 23 | 21 | 126 | 54 |
| Binary | 11001111 | 1000110 | 10000 | 0 | 1000010 | 1011100 | 10011 | 10001 | 1010110 | 101100 |
Color Harmonies of #CF4610
Complementary color
Monochromatic Colors of #CF4610
Black with #CF4610
Text Example
Text Example
White with #CF4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4610; }
p { color: rgb(207,70,16); }
H1.HeaderClassName
{
color: #CF4610;
}
.AnyTagClassName
{
color: #CF4610;
}
</style>
background-color css
<style>
a { background-color: #CF4610; }
a { background-color: rgb(207,70,16); }
div.DivClassName
{
background-color: #CF4610;
}
.BgClassName
{
background-color: #CF4610;
}
</style>
border-color css
<style>
span { border-color: #CF4610; }
span { border-color: rgb(207,70,16); }
td.TdClassName
{
border-color: #CF4610;
}
.TagClassName
{
border-color: #CF4610;
}
</style>