Html Css Color HEX #C7370B Harley Davidson Orange
📋 copy color: '#C7370B'red 199 ◦ green 55 ◦ blue 11
Shades of Harley Davidson Orange #C7370B
Tints of Harley Davidson Orange #C7370B
RGB
CMYK
RGB Variations
Color information
#C7370B (or 0xC7370B) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 0B. RGB value is (199,55,11). Sum of RGB (Red+Green+Blue) = 199+55+11=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7370B is #38C8F4. Grayscale: #5D5D5D. Windows color (decimal): -3721461 or 735175. OLE color: 735175.
HSL color Cylindrical-coordinate representation of color #C7370B: hue angle of 14.04º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7370B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.22 |
| HSL | 14.04º | 0.9% | 0.41% | - |
| HSV(B) | 14.04º | 0.94% | 0.78% | - |
| XYZ | 24.98 | 14.9 | 1.88 | - |
| YUV | 93.04 | 81.71 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 11 | 0 | 0.72 | 0.94 | 0.22 | 14.04 | 0.9 | 0.41 |
| Hex | C7 | 37 | B | 0 | 48 | 5E | 16 | E | 5A | 29 |
| Octal | 307 | 67 | 13 | 0 | 110 | 136 | 26 | 16 | 132 | 51 |
| Binary | 11000111 | 110111 | 1011 | 0 | 1001000 | 1011110 | 10110 | 1110 | 1011010 | 101001 |
Color Harmonies of #C7370B
Complementary color
Monochromatic Colors of #C7370B
Black with #C7370B
Text Example
Text Example
White with #C7370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7370B; }
p { color: rgb(199,55,11); }
H1.HeaderClassName
{
color: #C7370B;
}
.AnyTagClassName
{
color: #C7370B;
}
</style>
background-color css
<style>
a { background-color: #C7370B; }
a { background-color: rgb(199,55,11); }
div.DivClassName
{
background-color: #C7370B;
}
.BgClassName
{
background-color: #C7370B;
}
</style>
border-color css
<style>
span { border-color: #C7370B; }
span { border-color: rgb(199,55,11); }
td.TdClassName
{
border-color: #C7370B;
}
.TagClassName
{
border-color: #C7370B;
}
</style>