Html Css Color HEX #C72008 Harley Davidson Orange
📋 copy color: '#C72008'red 199 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #C72008
Tints of Harley Davidson Orange #C72008
RGB
CMYK
RGB Variations
Color information
#C72008 (or 0xC72008) is known color: Harley Davidson Orange. HEX triplet: C7, 20 and 08. RGB value is (199,32,8). Sum of RGB (Red+Green+Blue) = 199+32+8=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C72008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72008 is #38DFF7. Grayscale: #4F4F4F. Windows color (decimal): -3727352 or 532679. OLE color: 532679.
HSL color Cylindrical-coordinate representation of color #C72008: hue angle of 7.54º 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 #C72008 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.22 |
| HSL | 7.54º | 0.92% | 0.41% | - |
| HSV(B) | 7.54º | 0.96% | 0.78% | - |
| XYZ | 24.11 | 13.19 | 1.51 | - |
| YUV | 79.2 | 87.83 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 8 | 0 | 0.84 | 0.96 | 0.22 | 7.54 | 0.92 | 0.41 |
| Hex | C7 | 20 | 8 | 0 | 54 | 60 | 16 | 8 | 5C | 29 |
| Octal | 307 | 40 | 10 | 0 | 124 | 140 | 26 | 10 | 134 | 51 |
| Binary | 11000111 | 100000 | 1000 | 0 | 1010100 | 1100000 | 10110 | 1000 | 1011100 | 101001 |
Color Harmonies of #C72008
Complementary color
Monochromatic Colors of #C72008
Black with #C72008
Text Example
Text Example
White with #C72008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72008; }
p { color: rgb(199,32,8); }
H1.HeaderClassName
{
color: #C72008;
}
.AnyTagClassName
{
color: #C72008;
}
</style>
background-color css
<style>
a { background-color: #C72008; }
a { background-color: rgb(199,32,8); }
div.DivClassName
{
background-color: #C72008;
}
.BgClassName
{
background-color: #C72008;
}
</style>
border-color css
<style>
span { border-color: #C72008; }
span { border-color: rgb(199,32,8); }
td.TdClassName
{
border-color: #C72008;
}
.TagClassName
{
border-color: #C72008;
}
</style>