Html Css Color HEX #C7371C Harley Davidson Orange
📋 copy color: '#C7371C'red 199 ◦ green 55 ◦ blue 28
Shades of Harley Davidson Orange #C7371C
Tints of Harley Davidson Orange #C7371C
RGB
CMYK
RGB Variations
Color information
#C7371C (or 0xC7371C) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 1C. RGB value is (199,55,28). Sum of RGB (Red+Green+Blue) = 199+55+28=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7371C is #38C8E3. Grayscale: #5F5F5F. Windows color (decimal): -3721444 or 1849287. OLE color: 1849287.
HSL color Cylindrical-coordinate representation of color #C7371C: hue angle of 9.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7371C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 28 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.22 |
| HSL | 9.47º | 0.75% | 0.45% | - |
| HSV(B) | 9.47º | 0.86% | 0.78% | - |
| XYZ | 25.13 | 14.96 | 2.66 | - |
| YUV | 94.98 | 90.21 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 28 | 0 | 0.72 | 0.86 | 0.22 | 9.47 | 0.75 | 0.45 |
| Hex | C7 | 37 | 1C | 0 | 48 | 56 | 16 | 9 | 4B | 2D |
| Octal | 307 | 67 | 34 | 0 | 110 | 126 | 26 | 11 | 113 | 55 |
| Binary | 11000111 | 110111 | 11100 | 0 | 1001000 | 1010110 | 10110 | 1001 | 1001011 | 101101 |
Color Harmonies of #C7371C
Complementary color
Monochromatic Colors of #C7371C
Black with #C7371C
Text Example
Text Example
White with #C7371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7371C; }
p { color: rgb(199,55,28); }
H1.HeaderClassName
{
color: #C7371C;
}
.AnyTagClassName
{
color: #C7371C;
}
</style>
background-color css
<style>
a { background-color: #C7371C; }
a { background-color: rgb(199,55,28); }
div.DivClassName
{
background-color: #C7371C;
}
.BgClassName
{
background-color: #C7371C;
}
</style>
border-color css
<style>
span { border-color: #C7371C; }
span { border-color: rgb(199,55,28); }
td.TdClassName
{
border-color: #C7371C;
}
.TagClassName
{
border-color: #C7371C;
}
</style>