Html Css Color HEX #C74220 Harley Davidson Orange
📋 copy color: '#C74220'red 199 ◦ green 66 ◦ blue 32
Shades of Harley Davidson Orange #C74220
Tints of Harley Davidson Orange #C74220
RGB
CMYK
RGB Variations
Color information
#C74220 (or 0xC74220) is known color: Harley Davidson Orange. HEX triplet: C7, 42 and 20. RGB value is (199,66,32). Sum of RGB (Red+Green+Blue) = 199+66+32=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C74220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74220 is #38BDDF. Grayscale: #666666. Windows color (decimal): -3718624 or 2114247. OLE color: 2114247.
HSL color Cylindrical-coordinate representation of color #C74220: hue angle of 12.22º 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 #C74220 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 32 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.22 |
| HSL | 12.22º | 0.72% | 0.45% | - |
| HSV(B) | 12.22º | 0.84% | 0.78% | - |
| XYZ | 25.76 | 16.14 | 3.12 | - |
| YUV | 101.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 32 | 0 | 0.67 | 0.84 | 0.22 | 12.22 | 0.72 | 0.45 |
| Hex | C7 | 42 | 20 | 0 | 43 | 54 | 16 | C | 48 | 2D |
| Octal | 307 | 102 | 40 | 0 | 103 | 124 | 26 | 14 | 110 | 55 |
| Binary | 11000111 | 1000010 | 100000 | 0 | 1000011 | 1010100 | 10110 | 1100 | 1001000 | 101101 |
Color Harmonies of #C74220
Complementary color
Monochromatic Colors of #C74220
Black with #C74220
Text Example
Text Example
White with #C74220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74220; }
p { color: rgb(199,66,32); }
H1.HeaderClassName
{
color: #C74220;
}
.AnyTagClassName
{
color: #C74220;
}
</style>
background-color css
<style>
a { background-color: #C74220; }
a { background-color: rgb(199,66,32); }
div.DivClassName
{
background-color: #C74220;
}
.BgClassName
{
background-color: #C74220;
}
</style>
border-color css
<style>
span { border-color: #C74220; }
span { border-color: rgb(199,66,32); }
td.TdClassName
{
border-color: #C74220;
}
.TagClassName
{
border-color: #C74220;
}
</style>