Html Css Color HEX #CF420E Harley Davidson Orange
📋 copy color: '#CF420E'red 207 ◦ green 66 ◦ blue 14
Shades of Harley Davidson Orange #CF420E
Tints of Harley Davidson Orange #CF420E
RGB
CMYK
RGB Variations
Color information
#CF420E (or 0xCF420E) is known color: Harley Davidson Orange. HEX triplet: CF, 42 and 0E. RGB value is (207,66,14). Sum of RGB (Red+Green+Blue) = 207+66+14=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF420E is #30BDF1. Grayscale: #666666. Windows color (decimal): -3194354 or 934607. OLE color: 934607.
HSL color Cylindrical-coordinate representation of color #CF420E: hue angle of 16.17º 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 #CF420E is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 14 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.19 |
| HSL | 16.17º | 0.87% | 0.43% | - |
| HSV(B) | 16.17º | 0.93% | 0.81% | - |
| XYZ | 27.76 | 17.19 | 2.27 | - |
| YUV | 102.23 | 78.21 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 14 | 0 | 0.68 | 0.93 | 0.19 | 16.17 | 0.87 | 0.43 |
| Hex | CF | 42 | E | 0 | 44 | 5D | 13 | 10 | 57 | 2B |
| Octal | 317 | 102 | 16 | 0 | 104 | 135 | 23 | 20 | 127 | 53 |
| Binary | 11001111 | 1000010 | 1110 | 0 | 1000100 | 1011101 | 10011 | 10000 | 1010111 | 101011 |
Color Harmonies of #CF420E
Complementary color
Monochromatic Colors of #CF420E
Black with #CF420E
Text Example
Text Example
White with #CF420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF420E; }
p { color: rgb(207,66,14); }
H1.HeaderClassName
{
color: #CF420E;
}
.AnyTagClassName
{
color: #CF420E;
}
</style>
background-color css
<style>
a { background-color: #CF420E; }
a { background-color: rgb(207,66,14); }
div.DivClassName
{
background-color: #CF420E;
}
.BgClassName
{
background-color: #CF420E;
}
</style>
border-color css
<style>
span { border-color: #CF420E; }
span { border-color: rgb(207,66,14); }
td.TdClassName
{
border-color: #CF420E;
}
.TagClassName
{
border-color: #CF420E;
}
</style>