Html Css Color HEX #C7451E Harley Davidson Orange
📋 copy color: '#C7451E'red 199 ◦ green 69 ◦ blue 30
Shades of Harley Davidson Orange #C7451E
Tints of Harley Davidson Orange #C7451E
RGB
CMYK
RGB Variations
Color information
#C7451E (or 0xC7451E) is known color: Harley Davidson Orange. HEX triplet: C7, 45 and 1E. RGB value is (199,69,30). Sum of RGB (Red+Green+Blue) = 199+69+30=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7451E is #38BAE1. Grayscale: #676767. Windows color (decimal): -3717858 or 1983943. OLE color: 1983943.
HSL color Cylindrical-coordinate representation of color #C7451E: hue angle of 13.85º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7451E is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 30 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.22 |
| HSL | 13.85º | 0.74% | 0.45% | - |
| HSV(B) | 13.85º | 0.85% | 0.78% | - |
| XYZ | 25.92 | 16.49 | 3.05 | - |
| YUV | 103.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 30 | 0 | 0.65 | 0.85 | 0.22 | 13.85 | 0.74 | 0.45 |
| Hex | C7 | 45 | 1E | 0 | 41 | 55 | 16 | E | 4A | 2D |
| Octal | 307 | 105 | 36 | 0 | 101 | 125 | 26 | 16 | 112 | 55 |
| Binary | 11000111 | 1000101 | 11110 | 0 | 1000001 | 1010101 | 10110 | 1110 | 1001010 | 101101 |
Color Harmonies of #C7451E
Complementary color
Monochromatic Colors of #C7451E
Black with #C7451E
Text Example
Text Example
White with #C7451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7451E; }
p { color: rgb(199,69,30); }
H1.HeaderClassName
{
color: #C7451E;
}
.AnyTagClassName
{
color: #C7451E;
}
</style>
background-color css
<style>
a { background-color: #C7451E; }
a { background-color: rgb(199,69,30); }
div.DivClassName
{
background-color: #C7451E;
}
.BgClassName
{
background-color: #C7451E;
}
</style>
border-color css
<style>
span { border-color: #C7451E; }
span { border-color: rgb(199,69,30); }
td.TdClassName
{
border-color: #C7451E;
}
.TagClassName
{
border-color: #C7451E;
}
</style>