Html Css Color HEX #C73211 Harley Davidson Orange
📋 copy color: '#C73211'red 199 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #C73211
Tints of Harley Davidson Orange #C73211
RGB
CMYK
RGB Variations
Color information
#C73211 (or 0xC73211) is known color: Harley Davidson Orange. HEX triplet: C7, 32 and 11. RGB value is (199,50,17). Sum of RGB (Red+Green+Blue) = 199+50+17=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C73211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73211 is #38CDEE. Grayscale: #5B5B5B. Windows color (decimal): -3722735 or 1127111. OLE color: 1127111.
HSL color Cylindrical-coordinate representation of color #C73211: hue angle of 10.88º 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 #C73211 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 17 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.22 |
| HSL | 10.88º | 0.84% | 0.42% | - |
| HSV(B) | 10.88º | 0.91% | 0.78% | - |
| XYZ | 24.79 | 14.46 | 2.02 | - |
| YUV | 90.79 | 86.36 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 17 | 0 | 0.75 | 0.91 | 0.22 | 10.88 | 0.84 | 0.42 |
| Hex | C7 | 32 | 11 | 0 | 4B | 5B | 16 | B | 54 | 2A |
| Octal | 307 | 62 | 21 | 0 | 113 | 133 | 26 | 13 | 124 | 52 |
| Binary | 11000111 | 110010 | 10001 | 0 | 1001011 | 1011011 | 10110 | 1011 | 1010100 | 101010 |
Color Harmonies of #C73211
Complementary color
Monochromatic Colors of #C73211
Black with #C73211
Text Example
Text Example
White with #C73211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73211; }
p { color: rgb(199,50,17); }
H1.HeaderClassName
{
color: #C73211;
}
.AnyTagClassName
{
color: #C73211;
}
</style>
background-color css
<style>
a { background-color: #C73211; }
a { background-color: rgb(199,50,17); }
div.DivClassName
{
background-color: #C73211;
}
.BgClassName
{
background-color: #C73211;
}
</style>
border-color css
<style>
span { border-color: #C73211; }
span { border-color: rgb(199,50,17); }
td.TdClassName
{
border-color: #C73211;
}
.TagClassName
{
border-color: #C73211;
}
</style>