Html Css Color HEX #C72908 Harley Davidson Orange
📋 copy color: '#C72908'red 199 ◦ green 41 ◦ blue 8
Shades of Harley Davidson Orange #C72908
Tints of Harley Davidson Orange #C72908
RGB
CMYK
RGB Variations
Color information
#C72908 (or 0xC72908) is known color: Harley Davidson Orange. HEX triplet: C7, 29 and 08. RGB value is (199,41,8). Sum of RGB (Red+Green+Blue) = 199+41+8=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C72908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72908 is #38D6F7. Grayscale: #545454. Windows color (decimal): -3725048 or 534983. OLE color: 534983.
HSL color Cylindrical-coordinate representation of color #C72908: hue angle of 10.37º 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 #C72908 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 8 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.22 |
| HSL | 10.37º | 0.92% | 0.41% | - |
| HSV(B) | 10.37º | 0.96% | 0.78% | - |
| XYZ | 24.39 | 13.75 | 1.6 | - |
| YUV | 84.48 | 84.85 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 8 | 0 | 0.79 | 0.96 | 0.22 | 10.37 | 0.92 | 0.41 |
| Hex | C7 | 29 | 8 | 0 | 4F | 60 | 16 | A | 5C | 29 |
| Octal | 307 | 51 | 10 | 0 | 117 | 140 | 26 | 12 | 134 | 51 |
| Binary | 11000111 | 101001 | 1000 | 0 | 1001111 | 1100000 | 10110 | 1010 | 1011100 | 101001 |
Color Harmonies of #C72908
Complementary color
Monochromatic Colors of #C72908
Black with #C72908
Text Example
Text Example
White with #C72908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72908; }
p { color: rgb(199,41,8); }
H1.HeaderClassName
{
color: #C72908;
}
.AnyTagClassName
{
color: #C72908;
}
</style>
background-color css
<style>
a { background-color: #C72908; }
a { background-color: rgb(199,41,8); }
div.DivClassName
{
background-color: #C72908;
}
.BgClassName
{
background-color: #C72908;
}
</style>
border-color css
<style>
span { border-color: #C72908; }
span { border-color: rgb(199,41,8); }
td.TdClassName
{
border-color: #C72908;
}
.TagClassName
{
border-color: #C72908;
}
</style>