Html Css Color HEX #C7370F Harley Davidson Orange
📋 copy color: '#C7370F'red 199 ◦ green 55 ◦ blue 15
Shades of Harley Davidson Orange #C7370F
Tints of Harley Davidson Orange #C7370F
RGB
CMYK
RGB Variations
Color information
#C7370F (or 0xC7370F) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 0F. RGB value is (199,55,15). Sum of RGB (Red+Green+Blue) = 199+55+15=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C7370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7370F is #38C8F0. Grayscale: #5D5D5D. Windows color (decimal): -3721457 or 997319. OLE color: 997319.
HSL color Cylindrical-coordinate representation of color #C7370F: hue angle of 13.04º 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 #C7370F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 15 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.22 |
| HSL | 13.04º | 0.86% | 0.42% | - |
| HSV(B) | 13.04º | 0.92% | 0.78% | - |
| XYZ | 25.01 | 14.91 | 2.01 | - |
| YUV | 93.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 15 | 0 | 0.72 | 0.92 | 0.22 | 13.04 | 0.86 | 0.42 |
| Hex | C7 | 37 | F | 0 | 48 | 5C | 16 | D | 56 | 2A |
| Octal | 307 | 67 | 17 | 0 | 110 | 134 | 26 | 15 | 126 | 52 |
| Binary | 11000111 | 110111 | 1111 | 0 | 1001000 | 1011100 | 10110 | 1101 | 1010110 | 101010 |
Color Harmonies of #C7370F
Complementary color
Monochromatic Colors of #C7370F
Black with #C7370F
Text Example
Text Example
White with #C7370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7370F; }
p { color: rgb(199,55,15); }
H1.HeaderClassName
{
color: #C7370F;
}
.AnyTagClassName
{
color: #C7370F;
}
</style>
background-color css
<style>
a { background-color: #C7370F; }
a { background-color: rgb(199,55,15); }
div.DivClassName
{
background-color: #C7370F;
}
.BgClassName
{
background-color: #C7370F;
}
</style>
border-color css
<style>
span { border-color: #C7370F; }
span { border-color: rgb(199,55,15); }
td.TdClassName
{
border-color: #C7370F;
}
.TagClassName
{
border-color: #C7370F;
}
</style>