Html Css Color HEX #C73020 Harley Davidson Orange
📋 copy color: '#C73020'red 199 ◦ green 48 ◦ blue 32
Shades of Harley Davidson Orange #C73020
Tints of Harley Davidson Orange #C73020
RGB
CMYK
RGB Variations
Color information
#C73020 (or 0xC73020) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 20. RGB value is (199,48,32). Sum of RGB (Red+Green+Blue) = 199+48+32=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C73020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73020 is #38CFDF. Grayscale: #5B5B5B. Windows color (decimal): -3723232 or 2109639. OLE color: 2109639.
HSL color Cylindrical-coordinate representation of color #C73020: hue angle of 5.75º 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 #C73020 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 32 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.22 |
| HSL | 5.75º | 0.72% | 0.45% | - |
| HSV(B) | 5.75º | 0.84% | 0.78% | - |
| XYZ | 24.87 | 14.36 | 2.83 | - |
| YUV | 91.33 | 94.53 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 32 | 0 | 0.76 | 0.84 | 0.22 | 5.75 | 0.72 | 0.45 |
| Hex | C7 | 30 | 20 | 0 | 4C | 54 | 16 | 6 | 48 | 2D |
| Octal | 307 | 60 | 40 | 0 | 114 | 124 | 26 | 6 | 110 | 55 |
| Binary | 11000111 | 110000 | 100000 | 0 | 1001100 | 1010100 | 10110 | 110 | 1001000 | 101101 |
Color Harmonies of #C73020
Complementary color
Monochromatic Colors of #C73020
Black with #C73020
Text Example
Text Example
White with #C73020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73020; }
p { color: rgb(199,48,32); }
H1.HeaderClassName
{
color: #C73020;
}
.AnyTagClassName
{
color: #C73020;
}
</style>
background-color css
<style>
a { background-color: #C73020; }
a { background-color: rgb(199,48,32); }
div.DivClassName
{
background-color: #C73020;
}
.BgClassName
{
background-color: #C73020;
}
</style>
border-color css
<style>
span { border-color: #C73020; }
span { border-color: rgb(199,48,32); }
td.TdClassName
{
border-color: #C73020;
}
.TagClassName
{
border-color: #C73020;
}
</style>