Html Css Color HEX #CF470D Harley Davidson Orange
📋 copy color: '#CF470D'red 207 ◦ green 71 ◦ blue 13
Shades of Harley Davidson Orange #CF470D
Tints of Harley Davidson Orange #CF470D
RGB
CMYK
RGB Variations
Color information
#CF470D (or 0xCF470D) is known color: Harley Davidson Orange. HEX triplet: CF, 47 and 0D. RGB value is (207,71,13). Sum of RGB (Red+Green+Blue) = 207+71+13=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF470D is #30B8F2. Grayscale: #696969. Windows color (decimal): -3193075 or 870351. OLE color: 870351.
HSL color Cylindrical-coordinate representation of color #CF470D: hue angle of 17.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF470D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.19 |
| HSL | 17.94º | 0.88% | 0.43% | - |
| HSV(B) | 17.94º | 0.94% | 0.81% | - |
| XYZ | 28.06 | 17.8 | 2.34 | - |
| YUV | 105.05 | 76.06 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 13 | 0 | 0.66 | 0.94 | 0.19 | 17.94 | 0.88 | 0.43 |
| Hex | CF | 47 | D | 0 | 42 | 5E | 13 | 12 | 58 | 2B |
| Octal | 317 | 107 | 15 | 0 | 102 | 136 | 23 | 22 | 130 | 53 |
| Binary | 11001111 | 1000111 | 1101 | 0 | 1000010 | 1011110 | 10011 | 10010 | 1011000 | 101011 |
Color Harmonies of #CF470D
Complementary color
Monochromatic Colors of #CF470D
Black with #CF470D
Text Example
Text Example
White with #CF470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF470D; }
p { color: rgb(207,71,13); }
H1.HeaderClassName
{
color: #CF470D;
}
.AnyTagClassName
{
color: #CF470D;
}
</style>
background-color css
<style>
a { background-color: #CF470D; }
a { background-color: rgb(207,71,13); }
div.DivClassName
{
background-color: #CF470D;
}
.BgClassName
{
background-color: #CF470D;
}
</style>
border-color css
<style>
span { border-color: #CF470D; }
span { border-color: rgb(207,71,13); }
td.TdClassName
{
border-color: #CF470D;
}
.TagClassName
{
border-color: #CF470D;
}
</style>