Html Css Color HEX #CF4002 Harley Davidson Orange
📋 copy color: '#CF4002'red 207 ◦ green 64 ◦ blue 2
Shades of Harley Davidson Orange #CF4002
Tints of Harley Davidson Orange #CF4002
RGB
CMYK
RGB Variations
Color information
#CF4002 (or 0xCF4002) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 02. RGB value is (207,64,2). Sum of RGB (Red+Green+Blue) = 207+64+2=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4002 is #30BFFD. Grayscale: #646464. Windows color (decimal): -3194878 or 147663. OLE color: 147663.
HSL color Cylindrical-coordinate representation of color #CF4002: hue angle of 18.15º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF4002 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.19 |
| HSL | 18.15º | 0.98% | 0.41% | - |
| HSV(B) | 18.15º | 0.99% | 0.81% | - |
| XYZ | 27.58 | 16.94 | 1.87 | - |
| YUV | 99.69 | 72.88 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 2 | 0 | 0.69 | 0.99 | 0.19 | 18.15 | 0.98 | 0.41 |
| Hex | CF | 40 | 2 | 0 | 45 | 63 | 13 | 12 | 62 | 29 |
| Octal | 317 | 100 | 2 | 0 | 105 | 143 | 23 | 22 | 142 | 51 |
| Binary | 11001111 | 1000000 | 10 | 0 | 1000101 | 1100011 | 10011 | 10010 | 1100010 | 101001 |
Color Harmonies of #CF4002
Complementary color
Monochromatic Colors of #CF4002
Black with #CF4002
Text Example
Text Example
White with #CF4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4002; }
p { color: rgb(207,64,2); }
H1.HeaderClassName
{
color: #CF4002;
}
.AnyTagClassName
{
color: #CF4002;
}
</style>
background-color css
<style>
a { background-color: #CF4002; }
a { background-color: rgb(207,64,2); }
div.DivClassName
{
background-color: #CF4002;
}
.BgClassName
{
background-color: #CF4002;
}
</style>
border-color css
<style>
span { border-color: #CF4002; }
span { border-color: rgb(207,64,2); }
td.TdClassName
{
border-color: #CF4002;
}
.TagClassName
{
border-color: #CF4002;
}
</style>