Html Css Color HEX #CF470F Harley Davidson Orange
📋 copy color: '#CF470F'red 207 ◦ green 71 ◦ blue 15
Shades of Harley Davidson Orange #CF470F
Tints of Harley Davidson Orange #CF470F
RGB
CMYK
RGB Variations
Color information
#CF470F (or 0xCF470F) is known color: Harley Davidson Orange. HEX triplet: CF, 47 and 0F. RGB value is (207,71,15). Sum of RGB (Red+Green+Blue) = 207+71+15=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF470F is #30B8F0. Grayscale: #696969. Windows color (decimal): -3193073 or 1001423. OLE color: 1001423.
HSL color Cylindrical-coordinate representation of color #CF470F: hue angle of 17.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF470F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 15 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.19 |
| HSL | 17.5º | 0.86% | 0.44% | - |
| HSV(B) | 17.5º | 0.93% | 0.81% | - |
| XYZ | 28.07 | 17.81 | 2.41 | - |
| YUV | 105.28 | 77.06 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 15 | 0 | 0.66 | 0.93 | 0.19 | 17.5 | 0.86 | 0.44 |
| Hex | CF | 47 | F | 0 | 42 | 5D | 13 | 12 | 56 | 2C |
| Octal | 317 | 107 | 17 | 0 | 102 | 135 | 23 | 22 | 126 | 54 |
| Binary | 11001111 | 1000111 | 1111 | 0 | 1000010 | 1011101 | 10011 | 10010 | 1010110 | 101100 |
Color Harmonies of #CF470F
Complementary color
Monochromatic Colors of #CF470F
Black with #CF470F
Text Example
Text Example
White with #CF470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF470F; }
p { color: rgb(207,71,15); }
H1.HeaderClassName
{
color: #CF470F;
}
.AnyTagClassName
{
color: #CF470F;
}
</style>
background-color css
<style>
a { background-color: #CF470F; }
a { background-color: rgb(207,71,15); }
div.DivClassName
{
background-color: #CF470F;
}
.BgClassName
{
background-color: #CF470F;
}
</style>
border-color css
<style>
span { border-color: #CF470F; }
span { border-color: rgb(207,71,15); }
td.TdClassName
{
border-color: #CF470F;
}
.TagClassName
{
border-color: #CF470F;
}
</style>