Html Css Color HEX #C74218 Harley Davidson Orange
📋 copy color: '#C74218'red 199 ◦ green 66 ◦ blue 24
Shades of Harley Davidson Orange #C74218
Tints of Harley Davidson Orange #C74218
RGB
CMYK
RGB Variations
Color information
#C74218 (or 0xC74218) is known color: Harley Davidson Orange. HEX triplet: C7, 42 and 18. RGB value is (199,66,24). Sum of RGB (Red+Green+Blue) = 199+66+24=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C74218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74218 is #38BDE7. Grayscale: #656565. Windows color (decimal): -3718632 or 1589959. OLE color: 1589959.
HSL color Cylindrical-coordinate representation of color #C74218: hue angle of 14.4º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C74218 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 24 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.22 |
| HSL | 14.4º | 0.78% | 0.44% | - |
| HSV(B) | 14.4º | 0.88% | 0.78% | - |
| XYZ | 25.67 | 16.1 | 2.62 | - |
| YUV | 100.98 | 84.56 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 24 | 0 | 0.67 | 0.88 | 0.22 | 14.4 | 0.78 | 0.44 |
| Hex | C7 | 42 | 18 | 0 | 43 | 58 | 16 | E | 4E | 2C |
| Octal | 307 | 102 | 30 | 0 | 103 | 130 | 26 | 16 | 116 | 54 |
| Binary | 11000111 | 1000010 | 11000 | 0 | 1000011 | 1011000 | 10110 | 1110 | 1001110 | 101100 |
Color Harmonies of #C74218
Complementary color
Monochromatic Colors of #C74218
Black with #C74218
Text Example
Text Example
White with #C74218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74218; }
p { color: rgb(199,66,24); }
H1.HeaderClassName
{
color: #C74218;
}
.AnyTagClassName
{
color: #C74218;
}
</style>
background-color css
<style>
a { background-color: #C74218; }
a { background-color: rgb(199,66,24); }
div.DivClassName
{
background-color: #C74218;
}
.BgClassName
{
background-color: #C74218;
}
</style>
border-color css
<style>
span { border-color: #C74218; }
span { border-color: rgb(199,66,24); }
td.TdClassName
{
border-color: #C74218;
}
.TagClassName
{
border-color: #C74218;
}
</style>