Html Css Color HEX #C7461A Harley Davidson Orange
📋 copy color: '#C7461A'red 199 ◦ green 70 ◦ blue 26
Shades of Harley Davidson Orange #C7461A
Tints of Harley Davidson Orange #C7461A
RGB
CMYK
RGB Variations
Color information
#C7461A (or 0xC7461A) is known color: Harley Davidson Orange. HEX triplet: C7, 46 and 1A. RGB value is (199,70,26). Sum of RGB (Red+Green+Blue) = 199+70+26=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7461A is #38B9E5. Grayscale: #676767. Windows color (decimal): -3717606 or 1722055. OLE color: 1722055.
HSL color Cylindrical-coordinate representation of color #C7461A: hue angle of 15.26º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7461A is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 26 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.22 |
| HSL | 15.26º | 0.77% | 0.44% | - |
| HSV(B) | 15.26º | 0.87% | 0.78% | - |
| XYZ | 25.93 | 16.6 | 2.81 | - |
| YUV | 103.56 | 84.24 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 26 | 0 | 0.65 | 0.87 | 0.22 | 15.26 | 0.77 | 0.44 |
| Hex | C7 | 46 | 1A | 0 | 41 | 57 | 16 | F | 4D | 2C |
| Octal | 307 | 106 | 32 | 0 | 101 | 127 | 26 | 17 | 115 | 54 |
| Binary | 11000111 | 1000110 | 11010 | 0 | 1000001 | 1010111 | 10110 | 1111 | 1001101 | 101100 |
Color Harmonies of #C7461A
Complementary color
Monochromatic Colors of #C7461A
Black with #C7461A
Text Example
Text Example
White with #C7461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7461A; }
p { color: rgb(199,70,26); }
H1.HeaderClassName
{
color: #C7461A;
}
.AnyTagClassName
{
color: #C7461A;
}
</style>
background-color css
<style>
a { background-color: #C7461A; }
a { background-color: rgb(199,70,26); }
div.DivClassName
{
background-color: #C7461A;
}
.BgClassName
{
background-color: #C7461A;
}
</style>
border-color css
<style>
span { border-color: #C7461A; }
span { border-color: rgb(199,70,26); }
td.TdClassName
{
border-color: #C7461A;
}
.TagClassName
{
border-color: #C7461A;
}
</style>