Html Css Color HEX #C73112 Harley Davidson Orange
📋 copy color: '#C73112'red 199 ◦ green 49 ◦ blue 18
Shades of Harley Davidson Orange #C73112
Tints of Harley Davidson Orange #C73112
RGB
CMYK
RGB Variations
Color information
#C73112 (or 0xC73112) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 12. RGB value is (199,49,18). Sum of RGB (Red+Green+Blue) = 199+49+18=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C73112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73112 is #38CEED. Grayscale: #5A5A5A. Windows color (decimal): -3722990 or 1192391. OLE color: 1192391.
HSL color Cylindrical-coordinate representation of color #C73112: hue angle of 10.28º 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 #C73112 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.22 |
| HSL | 10.28º | 0.83% | 0.43% | - |
| HSV(B) | 10.28º | 0.91% | 0.78% | - |
| XYZ | 24.76 | 14.38 | 2.04 | - |
| YUV | 90.32 | 87.2 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 18 | 0 | 0.75 | 0.91 | 0.22 | 10.28 | 0.83 | 0.43 |
| Hex | C7 | 31 | 12 | 0 | 4B | 5B | 16 | A | 53 | 2B |
| Octal | 307 | 61 | 22 | 0 | 113 | 133 | 26 | 12 | 123 | 53 |
| Binary | 11000111 | 110001 | 10010 | 0 | 1001011 | 1011011 | 10110 | 1010 | 1010011 | 101011 |
Color Harmonies of #C73112
Complementary color
Monochromatic Colors of #C73112
Black with #C73112
Text Example
Text Example
White with #C73112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73112; }
p { color: rgb(199,49,18); }
H1.HeaderClassName
{
color: #C73112;
}
.AnyTagClassName
{
color: #C73112;
}
</style>
background-color css
<style>
a { background-color: #C73112; }
a { background-color: rgb(199,49,18); }
div.DivClassName
{
background-color: #C73112;
}
.BgClassName
{
background-color: #C73112;
}
</style>
border-color css
<style>
span { border-color: #C73112; }
span { border-color: rgb(199,49,18); }
td.TdClassName
{
border-color: #C73112;
}
.TagClassName
{
border-color: #C73112;
}
</style>