Html Css Color HEX #C73108 Harley Davidson Orange
📋 copy color: '#C73108'red 199 ◦ green 49 ◦ blue 8
Shades of Harley Davidson Orange #C73108
Tints of Harley Davidson Orange #C73108
RGB
CMYK
RGB Variations
Color information
#C73108 (or 0xC73108) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 08. RGB value is (199,49,8). Sum of RGB (Red+Green+Blue) = 199+49+8=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C73108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73108 is #38CEF7. Grayscale: #595959. Windows color (decimal): -3723000 or 537031. OLE color: 537031.
HSL color Cylindrical-coordinate representation of color #C73108: hue angle of 12.88º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C73108 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.22 |
| HSL | 12.88º | 0.92% | 0.41% | - |
| HSV(B) | 12.88º | 0.96% | 0.78% | - |
| XYZ | 24.7 | 14.36 | 1.7 | - |
| YUV | 89.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 8 | 0 | 0.75 | 0.96 | 0.22 | 12.88 | 0.92 | 0.41 |
| Hex | C7 | 31 | 8 | 0 | 4B | 60 | 16 | D | 5C | 29 |
| Octal | 307 | 61 | 10 | 0 | 113 | 140 | 26 | 15 | 134 | 51 |
| Binary | 11000111 | 110001 | 1000 | 0 | 1001011 | 1100000 | 10110 | 1101 | 1011100 | 101001 |
Color Harmonies of #C73108
Complementary color
Monochromatic Colors of #C73108
Black with #C73108
Text Example
Text Example
White with #C73108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73108; }
p { color: rgb(199,49,8); }
H1.HeaderClassName
{
color: #C73108;
}
.AnyTagClassName
{
color: #C73108;
}
</style>
background-color css
<style>
a { background-color: #C73108; }
a { background-color: rgb(199,49,8); }
div.DivClassName
{
background-color: #C73108;
}
.BgClassName
{
background-color: #C73108;
}
</style>
border-color css
<style>
span { border-color: #C73108; }
span { border-color: rgb(199,49,8); }
td.TdClassName
{
border-color: #C73108;
}
.TagClassName
{
border-color: #C73108;
}
</style>