Html Css Color HEX #CF4001 Harley Davidson Orange
📋 copy color: '#CF4001'red 207 ◦ green 64 ◦ blue 1
Shades of Harley Davidson Orange #CF4001
Tints of Harley Davidson Orange #CF4001
RGB
CMYK
RGB Variations
Color information
#CF4001 (or 0xCF4001) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 01. RGB value is (207,64,1). Sum of RGB (Red+Green+Blue) = 207+64+1=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4001 is #30BFFE. Grayscale: #636363. Windows color (decimal): -3194879 or 82127. OLE color: 82127.
HSL color Cylindrical-coordinate representation of color #CF4001: hue angle of 18.35º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF4001 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.19 |
| HSL | 18.35º | 0.99% | 0.41% | - |
| HSV(B) | 18.35º | 1% | 0.81% | - |
| XYZ | 27.57 | 16.93 | 1.84 | - |
| YUV | 99.58 | 72.38 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 1 | 0 | 0.69 | 1.00 | 0.19 | 18.35 | 0.99 | 0.41 |
| Hex | CF | 40 | 1 | 0 | 45 | 64 | 13 | 12 | 63 | 29 |
| Octal | 317 | 100 | 1 | 0 | 105 | 144 | 23 | 22 | 143 | 51 |
| Binary | 11001111 | 1000000 | 1 | 0 | 1000101 | 1100100 | 10011 | 10010 | 1100011 | 101001 |
Color Harmonies of #CF4001
Complementary color
Monochromatic Colors of #CF4001
Black with #CF4001
Text Example
Text Example
White with #CF4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4001; }
p { color: rgb(207,64,1); }
H1.HeaderClassName
{
color: #CF4001;
}
.AnyTagClassName
{
color: #CF4001;
}
</style>
background-color css
<style>
a { background-color: #CF4001; }
a { background-color: rgb(207,64,1); }
div.DivClassName
{
background-color: #CF4001;
}
.BgClassName
{
background-color: #CF4001;
}
</style>
border-color css
<style>
span { border-color: #CF4001; }
span { border-color: rgb(207,64,1); }
td.TdClassName
{
border-color: #CF4001;
}
.TagClassName
{
border-color: #CF4001;
}
</style>