Html Css Color HEX #C7461B Harley Davidson Orange
📋 copy color: '#C7461B'red 199 ◦ green 70 ◦ blue 27
Shades of Harley Davidson Orange #C7461B
Tints of Harley Davidson Orange #C7461B
RGB
CMYK
RGB Variations
Color information
#C7461B (or 0xC7461B) is known color: Harley Davidson Orange. HEX triplet: C7, 46 and 1B. RGB value is (199,70,27). Sum of RGB (Red+Green+Blue) = 199+70+27=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7461B is #38B9E4. Grayscale: #676767. Windows color (decimal): -3717605 or 1787591. OLE color: 1787591.
HSL color Cylindrical-coordinate representation of color #C7461B: hue angle of 15º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7461B is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 27 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.22 |
| HSL | 15º | 0.76% | 0.44% | - |
| HSV(B) | 15º | 0.86% | 0.78% | - |
| XYZ | 25.94 | 16.6 | 2.87 | - |
| YUV | 103.67 | 84.74 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 27 | 0 | 0.65 | 0.86 | 0.22 | 15 | 0.76 | 0.44 |
| Hex | C7 | 46 | 1B | 0 | 41 | 56 | 16 | F | 4C | 2C |
| Octal | 307 | 106 | 33 | 0 | 101 | 126 | 26 | 17 | 114 | 54 |
| Binary | 11000111 | 1000110 | 11011 | 0 | 1000001 | 1010110 | 10110 | 1111 | 1001100 | 101100 |
Color Harmonies of #C7461B
Complementary color
Monochromatic Colors of #C7461B
Black with #C7461B
Text Example
Text Example
White with #C7461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7461B; }
p { color: rgb(199,70,27); }
H1.HeaderClassName
{
color: #C7461B;
}
.AnyTagClassName
{
color: #C7461B;
}
</style>
background-color css
<style>
a { background-color: #C7461B; }
a { background-color: rgb(199,70,27); }
div.DivClassName
{
background-color: #C7461B;
}
.BgClassName
{
background-color: #C7461B;
}
</style>
border-color css
<style>
span { border-color: #C7461B; }
span { border-color: rgb(199,70,27); }
td.TdClassName
{
border-color: #C7461B;
}
.TagClassName
{
border-color: #C7461B;
}
</style>