Html Css Color HEX #CF471D Harley Davidson Orange
📋 copy color: '#CF471D'red 207 ◦ green 71 ◦ blue 29
Shades of Harley Davidson Orange #CF471D
Tints of Harley Davidson Orange #CF471D
RGB
CMYK
RGB Variations
Color information
#CF471D (or 0xCF471D) is known color: Harley Davidson Orange. HEX triplet: CF, 47 and 1D. RGB value is (207,71,29). Sum of RGB (Red+Green+Blue) = 207+71+29=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF471D is #30B8E2. Grayscale: #6B6B6B. Windows color (decimal): -3193059 or 1918927. OLE color: 1918927.
HSL color Cylindrical-coordinate representation of color #CF471D: hue angle of 14.16º 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 #CF471D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 29 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.19 |
| HSL | 14.16º | 0.75% | 0.46% | - |
| HSV(B) | 14.16º | 0.86% | 0.81% | - |
| XYZ | 28.21 | 17.86 | 3.12 | - |
| YUV | 106.88 | 84.06 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 29 | 0 | 0.66 | 0.86 | 0.19 | 14.16 | 0.75 | 0.46 |
| Hex | CF | 47 | 1D | 0 | 42 | 56 | 13 | E | 4B | 2E |
| Octal | 317 | 107 | 35 | 0 | 102 | 126 | 23 | 16 | 113 | 56 |
| Binary | 11001111 | 1000111 | 11101 | 0 | 1000010 | 1010110 | 10011 | 1110 | 1001011 | 101110 |
Color Harmonies of #CF471D
Complementary color
Monochromatic Colors of #CF471D
Black with #CF471D
Text Example
Text Example
White with #CF471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF471D; }
p { color: rgb(207,71,29); }
H1.HeaderClassName
{
color: #CF471D;
}
.AnyTagClassName
{
color: #CF471D;
}
</style>
background-color css
<style>
a { background-color: #CF471D; }
a { background-color: rgb(207,71,29); }
div.DivClassName
{
background-color: #CF471D;
}
.BgClassName
{
background-color: #CF471D;
}
</style>
border-color css
<style>
span { border-color: #CF471D; }
span { border-color: rgb(207,71,29); }
td.TdClassName
{
border-color: #CF471D;
}
.TagClassName
{
border-color: #CF471D;
}
</style>