Html Css Color HEX #C73120 Harley Davidson Orange
📋 copy color: '#C73120'red 199 ◦ green 49 ◦ blue 32
Shades of Harley Davidson Orange #C73120
Tints of Harley Davidson Orange #C73120
RGB
CMYK
RGB Variations
Color information
#C73120 (or 0xC73120) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 20. RGB value is (199,49,32). Sum of RGB (Red+Green+Blue) = 199+49+32=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C73120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73120 is #38CEDF. Grayscale: #5C5C5C. Windows color (decimal): -3722976 or 2109895. OLE color: 2109895.
HSL color Cylindrical-coordinate representation of color #C73120: hue angle of 6.11º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C73120 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 32 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.22 |
| HSL | 6.11º | 0.72% | 0.45% | - |
| HSV(B) | 6.11º | 0.84% | 0.78% | - |
| XYZ | 24.91 | 14.44 | 2.84 | - |
| YUV | 91.91 | 94.2 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 32 | 0 | 0.75 | 0.84 | 0.22 | 6.11 | 0.72 | 0.45 |
| Hex | C7 | 31 | 20 | 0 | 4B | 54 | 16 | 6 | 48 | 2D |
| Octal | 307 | 61 | 40 | 0 | 113 | 124 | 26 | 6 | 110 | 55 |
| Binary | 11000111 | 110001 | 100000 | 0 | 1001011 | 1010100 | 10110 | 110 | 1001000 | 101101 |
Color Harmonies of #C73120
Complementary color
Monochromatic Colors of #C73120
Black with #C73120
Text Example
Text Example
White with #C73120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73120; }
p { color: rgb(199,49,32); }
H1.HeaderClassName
{
color: #C73120;
}
.AnyTagClassName
{
color: #C73120;
}
</style>
background-color css
<style>
a { background-color: #C73120; }
a { background-color: rgb(199,49,32); }
div.DivClassName
{
background-color: #C73120;
}
.BgClassName
{
background-color: #C73120;
}
</style>
border-color css
<style>
span { border-color: #C73120; }
span { border-color: rgb(199,49,32); }
td.TdClassName
{
border-color: #C73120;
}
.TagClassName
{
border-color: #C73120;
}
</style>