Html Css Color HEX #C73411 Harley Davidson Orange
📋 copy color: '#C73411'red 199 ◦ green 52 ◦ blue 17
Shades of Harley Davidson Orange #C73411
Tints of Harley Davidson Orange #C73411
RGB
CMYK
RGB Variations
Color information
#C73411 (or 0xC73411) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 11. RGB value is (199,52,17). Sum of RGB (Red+Green+Blue) = 199+52+17=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C73411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73411 is #38CBEE. Grayscale: #5C5C5C. Windows color (decimal): -3722223 or 1127623. OLE color: 1127623.
HSL color Cylindrical-coordinate representation of color #C73411: hue angle of 11.54º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C73411 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.22 |
| HSL | 11.54º | 0.84% | 0.42% | - |
| HSV(B) | 11.54º | 0.91% | 0.78% | - |
| XYZ | 24.88 | 14.64 | 2.04 | - |
| YUV | 91.96 | 85.7 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 17 | 0 | 0.74 | 0.91 | 0.22 | 11.54 | 0.84 | 0.42 |
| Hex | C7 | 34 | 11 | 0 | 4A | 5B | 16 | C | 54 | 2A |
| Octal | 307 | 64 | 21 | 0 | 112 | 133 | 26 | 14 | 124 | 52 |
| Binary | 11000111 | 110100 | 10001 | 0 | 1001010 | 1011011 | 10110 | 1100 | 1010100 | 101010 |
Color Harmonies of #C73411
Complementary color
Monochromatic Colors of #C73411
Black with #C73411
Text Example
Text Example
White with #C73411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73411; }
p { color: rgb(199,52,17); }
H1.HeaderClassName
{
color: #C73411;
}
.AnyTagClassName
{
color: #C73411;
}
</style>
background-color css
<style>
a { background-color: #C73411; }
a { background-color: rgb(199,52,17); }
div.DivClassName
{
background-color: #C73411;
}
.BgClassName
{
background-color: #C73411;
}
</style>
border-color css
<style>
span { border-color: #C73411; }
span { border-color: rgb(199,52,17); }
td.TdClassName
{
border-color: #C73411;
}
.TagClassName
{
border-color: #C73411;
}
</style>