Html Css Color HEX #C72708 Harley Davidson Orange
📋 copy color: '#C72708'red 199 ◦ green 39 ◦ blue 8
Shades of Harley Davidson Orange #C72708
Tints of Harley Davidson Orange #C72708
RGB
CMYK
RGB Variations
Color information
#C72708 (or 0xC72708) is known color: Harley Davidson Orange. HEX triplet: C7, 27 and 08. RGB value is (199,39,8). Sum of RGB (Red+Green+Blue) = 199+39+8=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C72708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72708 is #38D8F7. Grayscale: #535353. Windows color (decimal): -3725560 or 534471. OLE color: 534471.
HSL color Cylindrical-coordinate representation of color #C72708: hue angle of 9.74º 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 #C72708 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 8 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.22 |
| HSL | 9.74º | 0.92% | 0.41% | - |
| HSV(B) | 9.74º | 0.96% | 0.78% | - |
| XYZ | 24.32 | 13.61 | 1.57 | - |
| YUV | 83.31 | 85.51 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 8 | 0 | 0.80 | 0.96 | 0.22 | 9.74 | 0.92 | 0.41 |
| Hex | C7 | 27 | 8 | 0 | 50 | 60 | 16 | A | 5C | 29 |
| Octal | 307 | 47 | 10 | 0 | 120 | 140 | 26 | 12 | 134 | 51 |
| Binary | 11000111 | 100111 | 1000 | 0 | 1010000 | 1100000 | 10110 | 1010 | 1011100 | 101001 |
Color Harmonies of #C72708
Complementary color
Monochromatic Colors of #C72708
Black with #C72708
Text Example
Text Example
White with #C72708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72708; }
p { color: rgb(199,39,8); }
H1.HeaderClassName
{
color: #C72708;
}
.AnyTagClassName
{
color: #C72708;
}
</style>
background-color css
<style>
a { background-color: #C72708; }
a { background-color: rgb(199,39,8); }
div.DivClassName
{
background-color: #C72708;
}
.BgClassName
{
background-color: #C72708;
}
</style>
border-color css
<style>
span { border-color: #C72708; }
span { border-color: rgb(199,39,8); }
td.TdClassName
{
border-color: #C72708;
}
.TagClassName
{
border-color: #C72708;
}
</style>