Html Css Color HEX #C72914 Harley Davidson Orange
📋 copy color: '#C72914'red 199 ◦ green 41 ◦ blue 20
Shades of Harley Davidson Orange #C72914
Tints of Harley Davidson Orange #C72914
RGB
CMYK
RGB Variations
Color information
#C72914 (or 0xC72914) is known color: Harley Davidson Orange. HEX triplet: C7, 29 and 14. RGB value is (199,41,20). Sum of RGB (Red+Green+Blue) = 199+41+20=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C72914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72914 is #38D6EB. Grayscale: #565656. Windows color (decimal): -3725036 or 1321415. OLE color: 1321415.
HSL color Cylindrical-coordinate representation of color #C72914: hue angle of 7.04º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C72914 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 20 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.22 |
| HSL | 7.04º | 0.82% | 0.43% | - |
| HSV(B) | 7.04º | 0.9% | 0.78% | - |
| XYZ | 24.47 | 13.78 | 2.03 | - |
| YUV | 85.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 20 | 0 | 0.79 | 0.90 | 0.22 | 7.04 | 0.82 | 0.43 |
| Hex | C7 | 29 | 14 | 0 | 4F | 5A | 16 | 7 | 52 | 2B |
| Octal | 307 | 51 | 24 | 0 | 117 | 132 | 26 | 7 | 122 | 53 |
| Binary | 11000111 | 101001 | 10100 | 0 | 1001111 | 1011010 | 10110 | 111 | 1010010 | 101011 |
Color Harmonies of #C72914
Complementary color
Monochromatic Colors of #C72914
Black with #C72914
Text Example
Text Example
White with #C72914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72914; }
p { color: rgb(199,41,20); }
H1.HeaderClassName
{
color: #C72914;
}
.AnyTagClassName
{
color: #C72914;
}
</style>
background-color css
<style>
a { background-color: #C72914; }
a { background-color: rgb(199,41,20); }
div.DivClassName
{
background-color: #C72914;
}
.BgClassName
{
background-color: #C72914;
}
</style>
border-color css
<style>
span { border-color: #C72914; }
span { border-color: rgb(199,41,20); }
td.TdClassName
{
border-color: #C72914;
}
.TagClassName
{
border-color: #C72914;
}
</style>