Html Css Color HEX #C7461F Harley Davidson Orange
📋 copy color: '#C7461F'red 199 ◦ green 70 ◦ blue 31
Shades of Harley Davidson Orange #C7461F
Tints of Harley Davidson Orange #C7461F
RGB
CMYK
RGB Variations
Color information
#C7461F (or 0xC7461F) is known color: Harley Davidson Orange. HEX triplet: C7, 46 and 1F. RGB value is (199,70,31). Sum of RGB (Red+Green+Blue) = 199+70+31=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7461F is #38B9E0. Grayscale: #686868. Windows color (decimal): -3717601 or 2049735. OLE color: 2049735.
HSL color Cylindrical-coordinate representation of color #C7461F: hue angle of 13.93º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7461F is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 31 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.22 |
| HSL | 13.93º | 0.73% | 0.45% | - |
| HSV(B) | 13.93º | 0.84% | 0.78% | - |
| XYZ | 25.99 | 16.62 | 3.13 | - |
| YUV | 104.13 | 86.74 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 31 | 0 | 0.65 | 0.84 | 0.22 | 13.93 | 0.73 | 0.45 |
| Hex | C7 | 46 | 1F | 0 | 41 | 54 | 16 | E | 49 | 2D |
| Octal | 307 | 106 | 37 | 0 | 101 | 124 | 26 | 16 | 111 | 55 |
| Binary | 11000111 | 1000110 | 11111 | 0 | 1000001 | 1010100 | 10110 | 1110 | 1001001 | 101101 |
Color Harmonies of #C7461F
Complementary color
Monochromatic Colors of #C7461F
Black with #C7461F
Text Example
Text Example
White with #C7461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7461F; }
p { color: rgb(199,70,31); }
H1.HeaderClassName
{
color: #C7461F;
}
.AnyTagClassName
{
color: #C7461F;
}
</style>
background-color css
<style>
a { background-color: #C7461F; }
a { background-color: rgb(199,70,31); }
div.DivClassName
{
background-color: #C7461F;
}
.BgClassName
{
background-color: #C7461F;
}
</style>
border-color css
<style>
span { border-color: #C7461F; }
span { border-color: rgb(199,70,31); }
td.TdClassName
{
border-color: #C7461F;
}
.TagClassName
{
border-color: #C7461F;
}
</style>