Html Css Color HEX #C73310 Harley Davidson Orange
📋 copy color: '#C73310'red 199 ◦ green 51 ◦ blue 16
Shades of Harley Davidson Orange #C73310
Tints of Harley Davidson Orange #C73310
RGB
CMYK
RGB Variations
Color information
#C73310 (or 0xC73310) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 10. RGB value is (199,51,16). Sum of RGB (Red+Green+Blue) = 199+51+16=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C73310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73310 is #38CCEF. Grayscale: #5B5B5B. Windows color (decimal): -3722480 or 1061831. OLE color: 1061831.
HSL color Cylindrical-coordinate representation of color #C73310: hue angle of 11.48º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C73310 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 16 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.22 |
| HSL | 11.48º | 0.85% | 0.42% | - |
| HSV(B) | 11.48º | 0.92% | 0.78% | - |
| XYZ | 24.83 | 14.55 | 1.99 | - |
| YUV | 91.26 | 85.53 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 16 | 0 | 0.74 | 0.92 | 0.22 | 11.48 | 0.85 | 0.42 |
| Hex | C7 | 33 | 10 | 0 | 4A | 5C | 16 | B | 55 | 2A |
| Octal | 307 | 63 | 20 | 0 | 112 | 134 | 26 | 13 | 125 | 52 |
| Binary | 11000111 | 110011 | 10000 | 0 | 1001010 | 1011100 | 10110 | 1011 | 1010101 | 101010 |
Color Harmonies of #C73310
Complementary color
Monochromatic Colors of #C73310
Black with #C73310
Text Example
Text Example
White with #C73310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73310; }
p { color: rgb(199,51,16); }
H1.HeaderClassName
{
color: #C73310;
}
.AnyTagClassName
{
color: #C73310;
}
</style>
background-color css
<style>
a { background-color: #C73310; }
a { background-color: rgb(199,51,16); }
div.DivClassName
{
background-color: #C73310;
}
.BgClassName
{
background-color: #C73310;
}
</style>
border-color css
<style>
span { border-color: #C73310; }
span { border-color: rgb(199,51,16); }
td.TdClassName
{
border-color: #C73310;
}
.TagClassName
{
border-color: #C73310;
}
</style>