Html Css Color HEX #CF4110 Harley Davidson Orange
📋 copy color: '#CF4110'red 207 ◦ green 65 ◦ blue 16
Shades of Harley Davidson Orange #CF4110
Tints of Harley Davidson Orange #CF4110
RGB
CMYK
RGB Variations
Color information
#CF4110 (or 0xCF4110) is known color: Harley Davidson Orange. HEX triplet: CF, 41 and 10. RGB value is (207,65,16). Sum of RGB (Red+Green+Blue) = 207+65+16=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4110 is #30BEEF. Grayscale: #666666. Windows color (decimal): -3194608 or 1065423. OLE color: 1065423.
HSL color Cylindrical-coordinate representation of color #CF4110: hue angle of 15.39º 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 #CF4110 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.19 |
| HSL | 15.39º | 0.86% | 0.44% | - |
| HSV(B) | 15.39º | 0.92% | 0.81% | - |
| XYZ | 27.72 | 17.08 | 2.33 | - |
| YUV | 101.87 | 79.54 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 16 | 0 | 0.69 | 0.92 | 0.19 | 15.39 | 0.86 | 0.44 |
| Hex | CF | 41 | 10 | 0 | 45 | 5C | 13 | F | 56 | 2C |
| Octal | 317 | 101 | 20 | 0 | 105 | 134 | 23 | 17 | 126 | 54 |
| Binary | 11001111 | 1000001 | 10000 | 0 | 1000101 | 1011100 | 10011 | 1111 | 1010110 | 101100 |
Color Harmonies of #CF4110
Complementary color
Monochromatic Colors of #CF4110
Black with #CF4110
Text Example
Text Example
White with #CF4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4110; }
p { color: rgb(207,65,16); }
H1.HeaderClassName
{
color: #CF4110;
}
.AnyTagClassName
{
color: #CF4110;
}
</style>
background-color css
<style>
a { background-color: #CF4110; }
a { background-color: rgb(207,65,16); }
div.DivClassName
{
background-color: #CF4110;
}
.BgClassName
{
background-color: #CF4110;
}
</style>
border-color css
<style>
span { border-color: #CF4110; }
span { border-color: rgb(207,65,16); }
td.TdClassName
{
border-color: #CF4110;
}
.TagClassName
{
border-color: #CF4110;
}
</style>