Html Css Color HEX #C7190F Harley Davidson Orange
📋 copy color: '#C7190F'red 199 ◦ green 25 ◦ blue 15
Shades of Harley Davidson Orange #C7190F
Tints of Harley Davidson Orange #C7190F
RGB
CMYK
RGB Variations
Color information
#C7190F (or 0xC7190F) is known color: Harley Davidson Orange. HEX triplet: C7, 19 and 0F. RGB value is (199,25,15). Sum of RGB (Red+Green+Blue) = 199+25+15=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C7190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7190F is #38E6F0. Grayscale: #4C4C4C. Windows color (decimal): -3729137 or 989639. OLE color: 989639.
HSL color Cylindrical-coordinate representation of color #C7190F: hue angle of 3.26º 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 #C7190F is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 15 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.22 |
| HSL | 3.26º | 0.86% | 0.42% | - |
| HSV(B) | 3.26º | 0.92% | 0.78% | - |
| XYZ | 23.99 | 12.87 | 1.67 | - |
| YUV | 75.89 | 93.65 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 15 | 0 | 0.87 | 0.92 | 0.22 | 3.26 | 0.86 | 0.42 |
| Hex | C7 | 19 | F | 0 | 57 | 5C | 16 | 3 | 56 | 2A |
| Octal | 307 | 31 | 17 | 0 | 127 | 134 | 26 | 3 | 126 | 52 |
| Binary | 11000111 | 11001 | 1111 | 0 | 1010111 | 1011100 | 10110 | 11 | 1010110 | 101010 |
Color Harmonies of #C7190F
Complementary color
Monochromatic Colors of #C7190F
Black with #C7190F
Text Example
Text Example
White with #C7190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7190F; }
p { color: rgb(199,25,15); }
H1.HeaderClassName
{
color: #C7190F;
}
.AnyTagClassName
{
color: #C7190F;
}
</style>
background-color css
<style>
a { background-color: #C7190F; }
a { background-color: rgb(199,25,15); }
div.DivClassName
{
background-color: #C7190F;
}
.BgClassName
{
background-color: #C7190F;
}
</style>
border-color css
<style>
span { border-color: #C7190F; }
span { border-color: rgb(199,25,15); }
td.TdClassName
{
border-color: #C7190F;
}
.TagClassName
{
border-color: #C7190F;
}
</style>