Html Css Color HEX #C73012 Harley Davidson Orange
📋 copy color: '#C73012'red 199 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #C73012
Tints of Harley Davidson Orange #C73012
RGB
CMYK
RGB Variations
Color information
#C73012 (or 0xC73012) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 12. RGB value is (199,48,18). Sum of RGB (Red+Green+Blue) = 199+48+18=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C73012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73012 is #38CFED. Grayscale: #5A5A5A. Windows color (decimal): -3723246 or 1192135. OLE color: 1192135.
HSL color Cylindrical-coordinate representation of color #C73012: hue angle of 9.94º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C73012 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 18 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.22 |
| HSL | 9.94º | 0.83% | 0.43% | - |
| HSV(B) | 9.94º | 0.91% | 0.78% | - |
| XYZ | 24.72 | 14.3 | 2.03 | - |
| YUV | 89.73 | 87.53 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 18 | 0 | 0.76 | 0.91 | 0.22 | 9.94 | 0.83 | 0.43 |
| Hex | C7 | 30 | 12 | 0 | 4C | 5B | 16 | A | 53 | 2B |
| Octal | 307 | 60 | 22 | 0 | 114 | 133 | 26 | 12 | 123 | 53 |
| Binary | 11000111 | 110000 | 10010 | 0 | 1001100 | 1011011 | 10110 | 1010 | 1010011 | 101011 |
Color Harmonies of #C73012
Complementary color
Monochromatic Colors of #C73012
Black with #C73012
Text Example
Text Example
White with #C73012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73012; }
p { color: rgb(199,48,18); }
H1.HeaderClassName
{
color: #C73012;
}
.AnyTagClassName
{
color: #C73012;
}
</style>
background-color css
<style>
a { background-color: #C73012; }
a { background-color: rgb(199,48,18); }
div.DivClassName
{
background-color: #C73012;
}
.BgClassName
{
background-color: #C73012;
}
</style>
border-color css
<style>
span { border-color: #C73012; }
span { border-color: rgb(199,48,18); }
td.TdClassName
{
border-color: #C73012;
}
.TagClassName
{
border-color: #C73012;
}
</style>