Html Css Color HEX #C0370F Harley Davidson Orange
📋 copy color: '#C0370F'red 192 ◦ green 55 ◦ blue 15
Shades of Harley Davidson Orange #C0370F
Tints of Harley Davidson Orange #C0370F
RGB
CMYK
RGB Variations
Color information
#C0370F (or 0xC0370F) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 0F. RGB value is (192,55,15). Sum of RGB (Red+Green+Blue) = 192+55+15=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C0370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0370F is #3FC8F0. Grayscale: #5B5B5B. Windows color (decimal): -4180209 or 997312. OLE color: 997312.
HSL color Cylindrical-coordinate representation of color #C0370F: hue angle of 13.56º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0370F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 15 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.25 |
| HSL | 13.56º | 0.86% | 0.41% | - |
| HSV(B) | 13.56º | 0.92% | 0.75% | - |
| XYZ | 23.19 | 13.97 | 1.93 | - |
| YUV | 91.4 | 84.89 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 15 | 0 | 0.71 | 0.92 | 0.25 | 13.56 | 0.86 | 0.41 |
| Hex | C0 | 37 | F | 0 | 47 | 5C | 19 | E | 56 | 29 |
| Octal | 300 | 67 | 17 | 0 | 107 | 134 | 31 | 16 | 126 | 51 |
| Binary | 11000000 | 110111 | 1111 | 0 | 1000111 | 1011100 | 11001 | 1110 | 1010110 | 101001 |
Color Harmonies of #C0370F
Complementary color
Monochromatic Colors of #C0370F
Black with #C0370F
Text Example
Text Example
White with #C0370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0370F; }
p { color: rgb(192,55,15); }
H1.HeaderClassName
{
color: #C0370F;
}
.AnyTagClassName
{
color: #C0370F;
}
</style>
background-color css
<style>
a { background-color: #C0370F; }
a { background-color: rgb(192,55,15); }
div.DivClassName
{
background-color: #C0370F;
}
.BgClassName
{
background-color: #C0370F;
}
</style>
border-color css
<style>
span { border-color: #C0370F; }
span { border-color: rgb(192,55,15); }
td.TdClassName
{
border-color: #C0370F;
}
.TagClassName
{
border-color: #C0370F;
}
</style>