Html Css Color HEX #CF440E Harley Davidson Orange
📋 copy color: '#CF440E'red 207 ◦ green 68 ◦ blue 14
Shades of Harley Davidson Orange #CF440E
Tints of Harley Davidson Orange #CF440E
RGB
CMYK
RGB Variations
Color information
#CF440E (or 0xCF440E) is known color: Harley Davidson Orange. HEX triplet: CF, 44 and 0E. RGB value is (207,68,14). Sum of RGB (Red+Green+Blue) = 207+68+14=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF440E is #30BBF1. Grayscale: #676767. Windows color (decimal): -3193842 or 935119. OLE color: 935119.
HSL color Cylindrical-coordinate representation of color #CF440E: hue angle of 16.79º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF440E is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 14 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.19 |
| HSL | 16.79º | 0.87% | 0.43% | - |
| HSV(B) | 16.79º | 0.93% | 0.81% | - |
| XYZ | 27.88 | 17.43 | 2.31 | - |
| YUV | 103.41 | 77.55 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 14 | 0 | 0.67 | 0.93 | 0.19 | 16.79 | 0.87 | 0.43 |
| Hex | CF | 44 | E | 0 | 43 | 5D | 13 | 11 | 57 | 2B |
| Octal | 317 | 104 | 16 | 0 | 103 | 135 | 23 | 21 | 127 | 53 |
| Binary | 11001111 | 1000100 | 1110 | 0 | 1000011 | 1011101 | 10011 | 10001 | 1010111 | 101011 |
Color Harmonies of #CF440E
Complementary color
Monochromatic Colors of #CF440E
Black with #CF440E
Text Example
Text Example
White with #CF440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF440E; }
p { color: rgb(207,68,14); }
H1.HeaderClassName
{
color: #CF440E;
}
.AnyTagClassName
{
color: #CF440E;
}
</style>
background-color css
<style>
a { background-color: #CF440E; }
a { background-color: rgb(207,68,14); }
div.DivClassName
{
background-color: #CF440E;
}
.BgClassName
{
background-color: #CF440E;
}
</style>
border-color css
<style>
span { border-color: #CF440E; }
span { border-color: rgb(207,68,14); }
td.TdClassName
{
border-color: #CF440E;
}
.TagClassName
{
border-color: #CF440E;
}
</style>