Html Css Color HEX #CF471F Harley Davidson Orange
📋 copy color: '#CF471F'red 207 ◦ green 71 ◦ blue 31
Shades of Harley Davidson Orange #CF471F
Tints of Harley Davidson Orange #CF471F
RGB
CMYK
RGB Variations
Color information
#CF471F (or 0xCF471F) is known color: Harley Davidson Orange. HEX triplet: CF, 47 and 1F. RGB value is (207,71,31). Sum of RGB (Red+Green+Blue) = 207+71+31=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF471F is #30B8E0. Grayscale: #6B6B6B. Windows color (decimal): -3193057 or 2049999. OLE color: 2049999.
HSL color Cylindrical-coordinate representation of color #CF471F: hue angle of 13.64º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF471F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 31 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.19 |
| HSL | 13.64º | 0.74% | 0.47% | - |
| HSV(B) | 13.64º | 0.85% | 0.81% | - |
| XYZ | 28.23 | 17.87 | 3.26 | - |
| YUV | 107.1 | 85.06 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 31 | 0 | 0.66 | 0.85 | 0.19 | 13.64 | 0.74 | 0.47 |
| Hex | CF | 47 | 1F | 0 | 42 | 55 | 13 | E | 4A | 2F |
| Octal | 317 | 107 | 37 | 0 | 102 | 125 | 23 | 16 | 112 | 57 |
| Binary | 11001111 | 1000111 | 11111 | 0 | 1000010 | 1010101 | 10011 | 1110 | 1001010 | 101111 |
Color Harmonies of #CF471F
Complementary color
Monochromatic Colors of #CF471F
Black with #CF471F
Text Example
Text Example
White with #CF471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF471F; }
p { color: rgb(207,71,31); }
H1.HeaderClassName
{
color: #CF471F;
}
.AnyTagClassName
{
color: #CF471F;
}
</style>
background-color css
<style>
a { background-color: #CF471F; }
a { background-color: rgb(207,71,31); }
div.DivClassName
{
background-color: #CF471F;
}
.BgClassName
{
background-color: #CF471F;
}
</style>
border-color css
<style>
span { border-color: #CF471F; }
span { border-color: rgb(207,71,31); }
td.TdClassName
{
border-color: #CF471F;
}
.TagClassName
{
border-color: #CF471F;
}
</style>