Html Css Color HEX #C7351E Harley Davidson Orange
📋 copy color: '#C7351E'red 199 ◦ green 53 ◦ blue 30
Shades of Harley Davidson Orange #C7351E
Tints of Harley Davidson Orange #C7351E
RGB
CMYK
RGB Variations
Color information
#C7351E (or 0xC7351E) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 1E. RGB value is (199,53,30). Sum of RGB (Red+Green+Blue) = 199+53+30=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7351E is #38CAE1. Grayscale: #5E5E5E. Windows color (decimal): -3721954 or 1979847. OLE color: 1979847.
HSL color Cylindrical-coordinate representation of color #C7351E: hue angle of 8.17º 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 #C7351E is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 30 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.22 |
| HSL | 8.17º | 0.74% | 0.45% | - |
| HSV(B) | 8.17º | 0.85% | 0.78% | - |
| XYZ | 25.06 | 14.78 | 2.76 | - |
| YUV | 94.03 | 91.87 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 30 | 0 | 0.73 | 0.85 | 0.22 | 8.17 | 0.74 | 0.45 |
| Hex | C7 | 35 | 1E | 0 | 49 | 55 | 16 | 8 | 4A | 2D |
| Octal | 307 | 65 | 36 | 0 | 111 | 125 | 26 | 10 | 112 | 55 |
| Binary | 11000111 | 110101 | 11110 | 0 | 1001001 | 1010101 | 10110 | 1000 | 1001010 | 101101 |
Color Harmonies of #C7351E
Complementary color
Monochromatic Colors of #C7351E
Black with #C7351E
Text Example
Text Example
White with #C7351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7351E; }
p { color: rgb(199,53,30); }
H1.HeaderClassName
{
color: #C7351E;
}
.AnyTagClassName
{
color: #C7351E;
}
</style>
background-color css
<style>
a { background-color: #C7351E; }
a { background-color: rgb(199,53,30); }
div.DivClassName
{
background-color: #C7351E;
}
.BgClassName
{
background-color: #C7351E;
}
</style>
border-color css
<style>
span { border-color: #C7351E; }
span { border-color: rgb(199,53,30); }
td.TdClassName
{
border-color: #C7351E;
}
.TagClassName
{
border-color: #C7351E;
}
</style>