Html Css Color HEX #C7290A Harley Davidson Orange
📋 copy color: '#C7290A'red 199 ◦ green 41 ◦ blue 10
Shades of Harley Davidson Orange #C7290A
Tints of Harley Davidson Orange #C7290A
RGB
CMYK
RGB Variations
Color information
#C7290A (or 0xC7290A) is known color: Harley Davidson Orange. HEX triplet: C7, 29 and 0A. RGB value is (199,41,10). Sum of RGB (Red+Green+Blue) = 199+41+10=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C7290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7290A is #38D6F5. Grayscale: #545454. Windows color (decimal): -3725046 or 666055. OLE color: 666055.
HSL color Cylindrical-coordinate representation of color #C7290A: hue angle of 9.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7290A is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 10 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.22 |
| HSL | 9.84º | 0.9% | 0.41% | - |
| HSV(B) | 9.84º | 0.95% | 0.78% | - |
| XYZ | 24.4 | 13.75 | 1.66 | - |
| YUV | 84.71 | 85.85 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 10 | 0 | 0.79 | 0.95 | 0.22 | 9.84 | 0.9 | 0.41 |
| Hex | C7 | 29 | A | 0 | 4F | 5F | 16 | A | 5A | 29 |
| Octal | 307 | 51 | 12 | 0 | 117 | 137 | 26 | 12 | 132 | 51 |
| Binary | 11000111 | 101001 | 1010 | 0 | 1001111 | 1011111 | 10110 | 1010 | 1011010 | 101001 |
Color Harmonies of #C7290A
Complementary color
Monochromatic Colors of #C7290A
Black with #C7290A
Text Example
Text Example
White with #C7290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7290A; }
p { color: rgb(199,41,10); }
H1.HeaderClassName
{
color: #C7290A;
}
.AnyTagClassName
{
color: #C7290A;
}
</style>
background-color css
<style>
a { background-color: #C7290A; }
a { background-color: rgb(199,41,10); }
div.DivClassName
{
background-color: #C7290A;
}
.BgClassName
{
background-color: #C7290A;
}
</style>
border-color css
<style>
span { border-color: #C7290A; }
span { border-color: rgb(199,41,10); }
td.TdClassName
{
border-color: #C7290A;
}
.TagClassName
{
border-color: #C7290A;
}
</style>