Html Css Color HEX #C74020 Harley Davidson Orange
📋 copy color: '#C74020'red 199 ◦ green 64 ◦ blue 32
Shades of Harley Davidson Orange #C74020
Tints of Harley Davidson Orange #C74020
RGB
CMYK
RGB Variations
Color information
#C74020 (or 0xC74020) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 20. RGB value is (199,64,32). Sum of RGB (Red+Green+Blue) = 199+64+32=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C74020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74020 is #38BFDF. Grayscale: #646464. Windows color (decimal): -3719136 or 2113735. OLE color: 2113735.
HSL color Cylindrical-coordinate representation of color #C74020: hue angle of 11.5º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C74020 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 32 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.22 |
| HSL | 11.5º | 0.72% | 0.45% | - |
| HSV(B) | 11.5º | 0.84% | 0.78% | - |
| XYZ | 25.65 | 15.91 | 3.09 | - |
| YUV | 100.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 32 | 0 | 0.68 | 0.84 | 0.22 | 11.5 | 0.72 | 0.45 |
| Hex | C7 | 40 | 20 | 0 | 44 | 54 | 16 | B | 48 | 2D |
| Octal | 307 | 100 | 40 | 0 | 104 | 124 | 26 | 13 | 110 | 55 |
| Binary | 11000111 | 1000000 | 100000 | 0 | 1000100 | 1010100 | 10110 | 1011 | 1001000 | 101101 |
Color Harmonies of #C74020
Complementary color
Monochromatic Colors of #C74020
Black with #C74020
Text Example
Text Example
White with #C74020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74020; }
p { color: rgb(199,64,32); }
H1.HeaderClassName
{
color: #C74020;
}
.AnyTagClassName
{
color: #C74020;
}
</style>
background-color css
<style>
a { background-color: #C74020; }
a { background-color: rgb(199,64,32); }
div.DivClassName
{
background-color: #C74020;
}
.BgClassName
{
background-color: #C74020;
}
</style>
border-color css
<style>
span { border-color: #C74020; }
span { border-color: rgb(199,64,32); }
td.TdClassName
{
border-color: #C74020;
}
.TagClassName
{
border-color: #C74020;
}
</style>