Html Css Color HEX #C7290F Harley Davidson Orange
📋 copy color: '#C7290F'red 199 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #C7290F
Tints of Harley Davidson Orange #C7290F
RGB
CMYK
RGB Variations
Color information
#C7290F (or 0xC7290F) is known color: Harley Davidson Orange. HEX triplet: C7, 29 and 0F. RGB value is (199,41,15). Sum of RGB (Red+Green+Blue) = 199+41+15=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C7290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7290F is #38D6F0. Grayscale: #555555. Windows color (decimal): -3725041 or 993735. OLE color: 993735.
HSL color Cylindrical-coordinate representation of color #C7290F: hue angle of 8.48º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7290F is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 15 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.22 |
| HSL | 8.48º | 0.86% | 0.42% | - |
| HSV(B) | 8.48º | 0.92% | 0.78% | - |
| XYZ | 24.43 | 13.76 | 1.82 | - |
| YUV | 85.28 | 88.35 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 15 | 0 | 0.79 | 0.92 | 0.22 | 8.48 | 0.86 | 0.42 |
| Hex | C7 | 29 | F | 0 | 4F | 5C | 16 | 8 | 56 | 2A |
| Octal | 307 | 51 | 17 | 0 | 117 | 134 | 26 | 10 | 126 | 52 |
| Binary | 11000111 | 101001 | 1111 | 0 | 1001111 | 1011100 | 10110 | 1000 | 1010110 | 101010 |
Color Harmonies of #C7290F
Complementary color
Monochromatic Colors of #C7290F
Black with #C7290F
Text Example
Text Example
White with #C7290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7290F; }
p { color: rgb(199,41,15); }
H1.HeaderClassName
{
color: #C7290F;
}
.AnyTagClassName
{
color: #C7290F;
}
</style>
background-color css
<style>
a { background-color: #C7290F; }
a { background-color: rgb(199,41,15); }
div.DivClassName
{
background-color: #C7290F;
}
.BgClassName
{
background-color: #C7290F;
}
</style>
border-color css
<style>
span { border-color: #C7290F; }
span { border-color: rgb(199,41,15); }
td.TdClassName
{
border-color: #C7290F;
}
.TagClassName
{
border-color: #C7290F;
}
</style>