Html Css Color HEX #C73C08 Harley Davidson Orange
📋 copy color: '#C73C08'red 199 ◦ green 60 ◦ blue 8
Shades of Harley Davidson Orange #C73C08
Tints of Harley Davidson Orange #C73C08
RGB
CMYK
RGB Variations
Color information
#C73C08 (or 0xC73C08) is known color: Harley Davidson Orange. HEX triplet: C7, 3C and 08. RGB value is (199,60,8). Sum of RGB (Red+Green+Blue) = 199+60+8=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73C08 is #38C3F7. Grayscale: #5F5F5F. Windows color (decimal): -3720184 or 539847. OLE color: 539847.
HSL color Cylindrical-coordinate representation of color #C73C08: hue angle of 16.34º 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 #C73C08 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.22 |
| HSL | 16.34º | 0.92% | 0.41% | - |
| HSV(B) | 16.34º | 0.96% | 0.78% | - |
| XYZ | 25.21 | 15.39 | 1.87 | - |
| YUV | 95.63 | 78.55 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 8 | 0 | 0.70 | 0.96 | 0.22 | 16.34 | 0.92 | 0.41 |
| Hex | C7 | 3C | 8 | 0 | 46 | 60 | 16 | 10 | 5C | 29 |
| Octal | 307 | 74 | 10 | 0 | 106 | 140 | 26 | 20 | 134 | 51 |
| Binary | 11000111 | 111100 | 1000 | 0 | 1000110 | 1100000 | 10110 | 10000 | 1011100 | 101001 |
Color Harmonies of #C73C08
Complementary color
Monochromatic Colors of #C73C08
Black with #C73C08
Text Example
Text Example
White with #C73C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C08; }
p { color: rgb(199,60,8); }
H1.HeaderClassName
{
color: #C73C08;
}
.AnyTagClassName
{
color: #C73C08;
}
</style>
background-color css
<style>
a { background-color: #C73C08; }
a { background-color: rgb(199,60,8); }
div.DivClassName
{
background-color: #C73C08;
}
.BgClassName
{
background-color: #C73C08;
}
</style>
border-color css
<style>
span { border-color: #C73C08; }
span { border-color: rgb(199,60,8); }
td.TdClassName
{
border-color: #C73C08;
}
.TagClassName
{
border-color: #C73C08;
}
</style>