Html Css Color HEX #CF471A Harley Davidson Orange
📋 copy color: '#CF471A'red 207 ◦ green 71 ◦ blue 26
Shades of Harley Davidson Orange #CF471A
Tints of Harley Davidson Orange #CF471A
RGB
CMYK
RGB Variations
Color information
#CF471A (or 0xCF471A) is known color: Harley Davidson Orange. HEX triplet: CF, 47 and 1A. RGB value is (207,71,26). Sum of RGB (Red+Green+Blue) = 207+71+26=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF471A is #30B8E5. Grayscale: #6A6A6A. Windows color (decimal): -3193062 or 1722319. OLE color: 1722319.
HSL color Cylindrical-coordinate representation of color #CF471A: hue angle of 14.92º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF471A is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 26 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.19 |
| HSL | 14.92º | 0.78% | 0.46% | - |
| HSV(B) | 14.92º | 0.87% | 0.81% | - |
| XYZ | 28.17 | 17.85 | 2.94 | - |
| YUV | 106.53 | 82.56 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 26 | 0 | 0.66 | 0.87 | 0.19 | 14.92 | 0.78 | 0.46 |
| Hex | CF | 47 | 1A | 0 | 42 | 57 | 13 | F | 4E | 2E |
| Octal | 317 | 107 | 32 | 0 | 102 | 127 | 23 | 17 | 116 | 56 |
| Binary | 11001111 | 1000111 | 11010 | 0 | 1000010 | 1010111 | 10011 | 1111 | 1001110 | 101110 |
Color Harmonies of #CF471A
Complementary color
Monochromatic Colors of #CF471A
Black with #CF471A
Text Example
Text Example
White with #CF471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF471A; }
p { color: rgb(207,71,26); }
H1.HeaderClassName
{
color: #CF471A;
}
.AnyTagClassName
{
color: #CF471A;
}
</style>
background-color css
<style>
a { background-color: #CF471A; }
a { background-color: rgb(207,71,26); }
div.DivClassName
{
background-color: #CF471A;
}
.BgClassName
{
background-color: #CF471A;
}
</style>
border-color css
<style>
span { border-color: #CF471A; }
span { border-color: rgb(207,71,26); }
td.TdClassName
{
border-color: #CF471A;
}
.TagClassName
{
border-color: #CF471A;
}
</style>