Html Css Color HEX #CF461D Harley Davidson Orange
📋 copy color: '#CF461D'red 207 ◦ green 70 ◦ blue 29
Shades of Harley Davidson Orange #CF461D
Tints of Harley Davidson Orange #CF461D
RGB
CMYK
RGB Variations
Color information
#CF461D (or 0xCF461D) is known color: Harley Davidson Orange. HEX triplet: CF, 46 and 1D. RGB value is (207,70,29). Sum of RGB (Red+Green+Blue) = 207+70+29=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF461D is #30B9E2. Grayscale: #6A6A6A. Windows color (decimal): -3193315 or 1918671. OLE color: 1918671.
HSL color Cylindrical-coordinate representation of color #CF461D: hue angle of 13.82º 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 #CF461D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 29 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.19 |
| HSL | 13.82º | 0.75% | 0.46% | - |
| HSV(B) | 13.82º | 0.86% | 0.81% | - |
| XYZ | 28.14 | 17.73 | 3.1 | - |
| YUV | 106.29 | 84.39 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 29 | 0 | 0.66 | 0.86 | 0.19 | 13.82 | 0.75 | 0.46 |
| Hex | CF | 46 | 1D | 0 | 42 | 56 | 13 | E | 4B | 2E |
| Octal | 317 | 106 | 35 | 0 | 102 | 126 | 23 | 16 | 113 | 56 |
| Binary | 11001111 | 1000110 | 11101 | 0 | 1000010 | 1010110 | 10011 | 1110 | 1001011 | 101110 |
Color Harmonies of #CF461D
Complementary color
Monochromatic Colors of #CF461D
Black with #CF461D
Text Example
Text Example
White with #CF461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF461D; }
p { color: rgb(207,70,29); }
H1.HeaderClassName
{
color: #CF461D;
}
.AnyTagClassName
{
color: #CF461D;
}
</style>
background-color css
<style>
a { background-color: #CF461D; }
a { background-color: rgb(207,70,29); }
div.DivClassName
{
background-color: #CF461D;
}
.BgClassName
{
background-color: #CF461D;
}
</style>
border-color css
<style>
span { border-color: #CF461D; }
span { border-color: rgb(207,70,29); }
td.TdClassName
{
border-color: #CF461D;
}
.TagClassName
{
border-color: #CF461D;
}
</style>