Html Css Color HEX #CF4916 Harley Davidson Orange
📋 copy color: '#CF4916'red 207 ◦ green 73 ◦ blue 22
Shades of Harley Davidson Orange #CF4916
Tints of Harley Davidson Orange #CF4916
RGB
CMYK
RGB Variations
Color information
#CF4916 (or 0xCF4916) is known color: Harley Davidson Orange. HEX triplet: CF, 49 and 16. RGB value is (207,73,22). Sum of RGB (Red+Green+Blue) = 207+73+22=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4916 is #30B6E9. Grayscale: #6B6B6B. Windows color (decimal): -3192554 or 1460687. OLE color: 1460687.
HSL color Cylindrical-coordinate representation of color #CF4916: hue angle of 16.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF4916 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 22 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.19 |
| HSL | 16.54º | 0.81% | 0.45% | - |
| HSV(B) | 16.54º | 0.89% | 0.81% | - |
| XYZ | 28.26 | 18.09 | 2.76 | - |
| YUV | 107.25 | 79.89 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 22 | 0 | 0.65 | 0.89 | 0.19 | 16.54 | 0.81 | 0.45 |
| Hex | CF | 49 | 16 | 0 | 41 | 59 | 13 | 11 | 51 | 2D |
| Octal | 317 | 111 | 26 | 0 | 101 | 131 | 23 | 21 | 121 | 55 |
| Binary | 11001111 | 1001001 | 10110 | 0 | 1000001 | 1011001 | 10011 | 10001 | 1010001 | 101101 |
Color Harmonies of #CF4916
Complementary color
Monochromatic Colors of #CF4916
Black with #CF4916
Text Example
Text Example
White with #CF4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4916; }
p { color: rgb(207,73,22); }
H1.HeaderClassName
{
color: #CF4916;
}
.AnyTagClassName
{
color: #CF4916;
}
</style>
background-color css
<style>
a { background-color: #CF4916; }
a { background-color: rgb(207,73,22); }
div.DivClassName
{
background-color: #CF4916;
}
.BgClassName
{
background-color: #CF4916;
}
</style>
border-color css
<style>
span { border-color: #CF4916; }
span { border-color: rgb(207,73,22); }
td.TdClassName
{
border-color: #CF4916;
}
.TagClassName
{
border-color: #CF4916;
}
</style>