Html Css Color HEX #CF4006 Harley Davidson Orange
📋 copy color: '#CF4006'red 207 ◦ green 64 ◦ blue 6
Shades of Harley Davidson Orange #CF4006
Tints of Harley Davidson Orange #CF4006
RGB
CMYK
RGB Variations
Color information
#CF4006 (or 0xCF4006) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 06. RGB value is (207,64,6). Sum of RGB (Red+Green+Blue) = 207+64+6=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4006 is #30BFF9. Grayscale: #646464. Windows color (decimal): -3194874 or 409807. OLE color: 409807.
HSL color Cylindrical-coordinate representation of color #CF4006: hue angle of 17.31º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF4006 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.19 |
| HSL | 17.31º | 0.94% | 0.42% | - |
| HSV(B) | 17.31º | 0.97% | 0.81% | - |
| XYZ | 27.6 | 16.95 | 1.99 | - |
| YUV | 100.15 | 74.88 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 6 | 0 | 0.69 | 0.97 | 0.19 | 17.31 | 0.94 | 0.42 |
| Hex | CF | 40 | 6 | 0 | 45 | 61 | 13 | 11 | 5E | 2A |
| Octal | 317 | 100 | 6 | 0 | 105 | 141 | 23 | 21 | 136 | 52 |
| Binary | 11001111 | 1000000 | 110 | 0 | 1000101 | 1100001 | 10011 | 10001 | 1011110 | 101010 |
Color Harmonies of #CF4006
Complementary color
Monochromatic Colors of #CF4006
Black with #CF4006
Text Example
Text Example
White with #CF4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4006; }
p { color: rgb(207,64,6); }
H1.HeaderClassName
{
color: #CF4006;
}
.AnyTagClassName
{
color: #CF4006;
}
</style>
background-color css
<style>
a { background-color: #CF4006; }
a { background-color: rgb(207,64,6); }
div.DivClassName
{
background-color: #CF4006;
}
.BgClassName
{
background-color: #CF4006;
}
</style>
border-color css
<style>
span { border-color: #CF4006; }
span { border-color: rgb(207,64,6); }
td.TdClassName
{
border-color: #CF4006;
}
.TagClassName
{
border-color: #CF4006;
}
</style>