Html Css Color HEX #CF4009 Harley Davidson Orange
📋 copy color: '#CF4009'red 207 ◦ green 64 ◦ blue 9
Shades of Harley Davidson Orange #CF4009
Tints of Harley Davidson Orange #CF4009
RGB
CMYK
RGB Variations
Color information
#CF4009 (or 0xCF4009) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 09. RGB value is (207,64,9). Sum of RGB (Red+Green+Blue) = 207+64+9=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4009 is #30BFF6. Grayscale: #646464. Windows color (decimal): -3194871 or 606415. OLE color: 606415.
HSL color Cylindrical-coordinate representation of color #CF4009: hue angle of 16.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF4009 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 9 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.19 |
| HSL | 16.67º | 0.92% | 0.42% | - |
| HSV(B) | 16.67º | 0.96% | 0.81% | - |
| XYZ | 27.61 | 16.95 | 2.08 | - |
| YUV | 100.49 | 76.38 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 9 | 0 | 0.69 | 0.96 | 0.19 | 16.67 | 0.92 | 0.42 |
| Hex | CF | 40 | 9 | 0 | 45 | 60 | 13 | 11 | 5C | 2A |
| Octal | 317 | 100 | 11 | 0 | 105 | 140 | 23 | 21 | 134 | 52 |
| Binary | 11001111 | 1000000 | 1001 | 0 | 1000101 | 1100000 | 10011 | 10001 | 1011100 | 101010 |
Color Harmonies of #CF4009
Complementary color
Monochromatic Colors of #CF4009
Black with #CF4009
Text Example
Text Example
White with #CF4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4009; }
p { color: rgb(207,64,9); }
H1.HeaderClassName
{
color: #CF4009;
}
.AnyTagClassName
{
color: #CF4009;
}
</style>
background-color css
<style>
a { background-color: #CF4009; }
a { background-color: rgb(207,64,9); }
div.DivClassName
{
background-color: #CF4009;
}
.BgClassName
{
background-color: #CF4009;
}
</style>
border-color css
<style>
span { border-color: #CF4009; }
span { border-color: rgb(207,64,9); }
td.TdClassName
{
border-color: #CF4009;
}
.TagClassName
{
border-color: #CF4009;
}
</style>