Html Css Color HEX #CF471E Harley Davidson Orange
📋 copy color: '#CF471E'red 207 ◦ green 71 ◦ blue 30
Shades of Harley Davidson Orange #CF471E
Tints of Harley Davidson Orange #CF471E
RGB
CMYK
RGB Variations
Color information
#CF471E (or 0xCF471E) is known color: Harley Davidson Orange. HEX triplet: CF, 47 and 1E. RGB value is (207,71,30). Sum of RGB (Red+Green+Blue) = 207+71+30=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF471E is #30B8E1. Grayscale: #6B6B6B. Windows color (decimal): -3193058 or 1984463. OLE color: 1984463.
HSL color Cylindrical-coordinate representation of color #CF471E: hue angle of 13.9º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF471E is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 30 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.19 |
| HSL | 13.9º | 0.75% | 0.46% | - |
| HSV(B) | 13.9º | 0.86% | 0.81% | - |
| XYZ | 28.22 | 17.87 | 3.19 | - |
| YUV | 106.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 30 | 0 | 0.66 | 0.86 | 0.19 | 13.9 | 0.75 | 0.46 |
| Hex | CF | 47 | 1E | 0 | 42 | 56 | 13 | E | 4B | 2E |
| Octal | 317 | 107 | 36 | 0 | 102 | 126 | 23 | 16 | 113 | 56 |
| Binary | 11001111 | 1000111 | 11110 | 0 | 1000010 | 1010110 | 10011 | 1110 | 1001011 | 101110 |
Color Harmonies of #CF471E
Complementary color
Monochromatic Colors of #CF471E
Black with #CF471E
Text Example
Text Example
White with #CF471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF471E; }
p { color: rgb(207,71,30); }
H1.HeaderClassName
{
color: #CF471E;
}
.AnyTagClassName
{
color: #CF471E;
}
</style>
background-color css
<style>
a { background-color: #CF471E; }
a { background-color: rgb(207,71,30); }
div.DivClassName
{
background-color: #CF471E;
}
.BgClassName
{
background-color: #CF471E;
}
</style>
border-color css
<style>
span { border-color: #CF471E; }
span { border-color: rgb(207,71,30); }
td.TdClassName
{
border-color: #CF471E;
}
.TagClassName
{
border-color: #CF471E;
}
</style>