Html Css Color HEX #C74420 Harley Davidson Orange
📋 copy color: '#C74420'red 199 ◦ green 68 ◦ blue 32
Shades of Harley Davidson Orange #C74420
Tints of Harley Davidson Orange #C74420
RGB
CMYK
RGB Variations
Color information
#C74420 (or 0xC74420) is known color: Harley Davidson Orange. HEX triplet: C7, 44 and 20. RGB value is (199,68,32). Sum of RGB (Red+Green+Blue) = 199+68+32=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C74420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74420 is #38BBDF. Grayscale: #676767. Windows color (decimal): -3718112 or 2114759. OLE color: 2114759.
HSL color Cylindrical-coordinate representation of color #C74420: hue angle of 12.93º 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 #C74420 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 32 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.22 |
| HSL | 12.93º | 0.72% | 0.45% | - |
| HSV(B) | 12.93º | 0.84% | 0.78% | - |
| XYZ | 25.88 | 16.38 | 3.16 | - |
| YUV | 103.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 32 | 0 | 0.66 | 0.84 | 0.22 | 12.93 | 0.72 | 0.45 |
| Hex | C7 | 44 | 20 | 0 | 42 | 54 | 16 | D | 48 | 2D |
| Octal | 307 | 104 | 40 | 0 | 102 | 124 | 26 | 15 | 110 | 55 |
| Binary | 11000111 | 1000100 | 100000 | 0 | 1000010 | 1010100 | 10110 | 1101 | 1001000 | 101101 |
Color Harmonies of #C74420
Complementary color
Monochromatic Colors of #C74420
Black with #C74420
Text Example
Text Example
White with #C74420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74420; }
p { color: rgb(199,68,32); }
H1.HeaderClassName
{
color: #C74420;
}
.AnyTagClassName
{
color: #C74420;
}
</style>
background-color css
<style>
a { background-color: #C74420; }
a { background-color: rgb(199,68,32); }
div.DivClassName
{
background-color: #C74420;
}
.BgClassName
{
background-color: #C74420;
}
</style>
border-color css
<style>
span { border-color: #C74420; }
span { border-color: rgb(199,68,32); }
td.TdClassName
{
border-color: #C74420;
}
.TagClassName
{
border-color: #C74420;
}
</style>