Html Css Color HEX #C73A25 Harley Davidson Orange
📋 copy color: '#C73A25'red 199 ◦ green 58 ◦ blue 37
Shades of Harley Davidson Orange #C73A25
Tints of Harley Davidson Orange #C73A25
RGB
CMYK
RGB Variations
Color information
#C73A25 (or 0xC73A25) is known color: Harley Davidson Orange. HEX triplet: C7, 3A and 25. RGB value is (199,58,37). Sum of RGB (Red+Green+Blue) = 199+58+37=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A25 is #38C5DA. Grayscale: #616161. Windows color (decimal): -3720667 or 2439879. OLE color: 2439879.
HSL color Cylindrical-coordinate representation of color #C73A25: hue angle of 7.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C73A25 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 37 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.22 |
| HSL | 7.78º | 0.69% | 0.46% | - |
| HSV(B) | 7.78º | 0.81% | 0.78% | - |
| XYZ | 25.4 | 15.3 | 3.37 | - |
| YUV | 97.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 37 | 0 | 0.71 | 0.81 | 0.22 | 7.78 | 0.69 | 0.46 |
| Hex | C7 | 3A | 25 | 0 | 47 | 51 | 16 | 8 | 45 | 2E |
| Octal | 307 | 72 | 45 | 0 | 107 | 121 | 26 | 10 | 105 | 56 |
| Binary | 11000111 | 111010 | 100101 | 0 | 1000111 | 1010001 | 10110 | 1000 | 1000101 | 101110 |
Color Harmonies of #C73A25
Complementary color
Monochromatic Colors of #C73A25
Black with #C73A25
Text Example
Text Example
White with #C73A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A25; }
p { color: rgb(199,58,37); }
H1.HeaderClassName
{
color: #C73A25;
}
.AnyTagClassName
{
color: #C73A25;
}
</style>
background-color css
<style>
a { background-color: #C73A25; }
a { background-color: rgb(199,58,37); }
div.DivClassName
{
background-color: #C73A25;
}
.BgClassName
{
background-color: #C73A25;
}
</style>
border-color css
<style>
span { border-color: #C73A25; }
span { border-color: rgb(199,58,37); }
td.TdClassName
{
border-color: #C73A25;
}
.TagClassName
{
border-color: #C73A25;
}
</style>