Html Css Color HEX #C7410F Harley Davidson Orange
📋 copy color: '#C7410F'red 199 ◦ green 65 ◦ blue 15
Shades of Harley Davidson Orange #C7410F
Tints of Harley Davidson Orange #C7410F
RGB
CMYK
RGB Variations
Color information
#C7410F (or 0xC7410F) is known color: Harley Davidson Orange. HEX triplet: C7, 41 and 0F. RGB value is (199,65,15). Sum of RGB (Red+Green+Blue) = 199+65+15=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7410F is #38BEF0. Grayscale: #636363. Windows color (decimal): -3718897 or 999879. OLE color: 999879.
HSL color Cylindrical-coordinate representation of color #C7410F: hue angle of 16.3º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7410F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 15 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.22 |
| HSL | 16.3º | 0.86% | 0.42% | - |
| HSV(B) | 16.3º | 0.92% | 0.78% | - |
| XYZ | 25.53 | 15.96 | 2.19 | - |
| YUV | 99.37 | 80.39 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 15 | 0 | 0.67 | 0.92 | 0.22 | 16.3 | 0.86 | 0.42 |
| Hex | C7 | 41 | F | 0 | 43 | 5C | 16 | 10 | 56 | 2A |
| Octal | 307 | 101 | 17 | 0 | 103 | 134 | 26 | 20 | 126 | 52 |
| Binary | 11000111 | 1000001 | 1111 | 0 | 1000011 | 1011100 | 10110 | 10000 | 1010110 | 101010 |
Color Harmonies of #C7410F
Complementary color
Monochromatic Colors of #C7410F
Black with #C7410F
Text Example
Text Example
White with #C7410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7410F; }
p { color: rgb(199,65,15); }
H1.HeaderClassName
{
color: #C7410F;
}
.AnyTagClassName
{
color: #C7410F;
}
</style>
background-color css
<style>
a { background-color: #C7410F; }
a { background-color: rgb(199,65,15); }
div.DivClassName
{
background-color: #C7410F;
}
.BgClassName
{
background-color: #C7410F;
}
</style>
border-color css
<style>
span { border-color: #C7410F; }
span { border-color: rgb(199,65,15); }
td.TdClassName
{
border-color: #C7410F;
}
.TagClassName
{
border-color: #C7410F;
}
</style>