Html Css Color HEX #C7370A Harley Davidson Orange
📋 copy color: '#C7370A'red 199 ◦ green 55 ◦ blue 10
Shades of Harley Davidson Orange #C7370A
Tints of Harley Davidson Orange #C7370A
RGB
CMYK
RGB Variations
Color information
#C7370A (or 0xC7370A) is known color: Harley Davidson Orange. HEX triplet: C7, 37 and 0A. RGB value is (199,55,10). Sum of RGB (Red+Green+Blue) = 199+55+10=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7370A is #38C8F5. Grayscale: #5D5D5D. Windows color (decimal): -3721462 or 669639. OLE color: 669639.
HSL color Cylindrical-coordinate representation of color #C7370A: hue angle of 14.29º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7370A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.22 |
| HSL | 14.29º | 0.9% | 0.41% | - |
| HSV(B) | 14.29º | 0.95% | 0.78% | - |
| XYZ | 24.97 | 14.9 | 1.85 | - |
| YUV | 92.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 10 | 0 | 0.72 | 0.95 | 0.22 | 14.29 | 0.9 | 0.41 |
| Hex | C7 | 37 | A | 0 | 48 | 5F | 16 | E | 5A | 29 |
| Octal | 307 | 67 | 12 | 0 | 110 | 137 | 26 | 16 | 132 | 51 |
| Binary | 11000111 | 110111 | 1010 | 0 | 1001000 | 1011111 | 10110 | 1110 | 1011010 | 101001 |
Color Harmonies of #C7370A
Complementary color
Monochromatic Colors of #C7370A
Black with #C7370A
Text Example
Text Example
White with #C7370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7370A; }
p { color: rgb(199,55,10); }
H1.HeaderClassName
{
color: #C7370A;
}
.AnyTagClassName
{
color: #C7370A;
}
</style>
background-color css
<style>
a { background-color: #C7370A; }
a { background-color: rgb(199,55,10); }
div.DivClassName
{
background-color: #C7370A;
}
.BgClassName
{
background-color: #C7370A;
}
</style>
border-color css
<style>
span { border-color: #C7370A; }
span { border-color: rgb(199,55,10); }
td.TdClassName
{
border-color: #C7370A;
}
.TagClassName
{
border-color: #C7370A;
}
</style>