Html Css Color HEX #CF3509 Harley Davidson Orange
📋 copy color: '#CF3509'red 207 ◦ green 53 ◦ blue 9
Shades of Harley Davidson Orange #CF3509
Tints of Harley Davidson Orange #CF3509
RGB
CMYK
RGB Variations
Color information
#CF3509 (or 0xCF3509) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 09. RGB value is (207,53,9). Sum of RGB (Red+Green+Blue) = 207+53+9=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3509 is #30CAF6. Grayscale: #5E5E5E. Windows color (decimal): -3197687 or 603599. OLE color: 603599.
HSL color Cylindrical-coordinate representation of color #CF3509: hue angle of 13.33º 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 #CF3509 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.19 |
| HSL | 13.33º | 0.92% | 0.42% | - |
| HSV(B) | 13.33º | 0.96% | 0.81% | - |
| XYZ | 27.05 | 15.83 | 1.89 | - |
| YUV | 94.03 | 80.02 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 9 | 0 | 0.74 | 0.96 | 0.19 | 13.33 | 0.92 | 0.42 |
| Hex | CF | 35 | 9 | 0 | 4A | 60 | 13 | D | 5C | 2A |
| Octal | 317 | 65 | 11 | 0 | 112 | 140 | 23 | 15 | 134 | 52 |
| Binary | 11001111 | 110101 | 1001 | 0 | 1001010 | 1100000 | 10011 | 1101 | 1011100 | 101010 |
Color Harmonies of #CF3509
Complementary color
Monochromatic Colors of #CF3509
Black with #CF3509
Text Example
Text Example
White with #CF3509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3509; }
p { color: rgb(207,53,9); }
H1.HeaderClassName
{
color: #CF3509;
}
.AnyTagClassName
{
color: #CF3509;
}
</style>
background-color css
<style>
a { background-color: #CF3509; }
a { background-color: rgb(207,53,9); }
div.DivClassName
{
background-color: #CF3509;
}
.BgClassName
{
background-color: #CF3509;
}
</style>
border-color css
<style>
span { border-color: #CF3509; }
span { border-color: rgb(207,53,9); }
td.TdClassName
{
border-color: #CF3509;
}
.TagClassName
{
border-color: #CF3509;
}
</style>