Html Css Color HEX #C73518 Harley Davidson Orange
📋 copy color: '#C73518'red 199 ◦ green 53 ◦ blue 24
Shades of Harley Davidson Orange #C73518
Tints of Harley Davidson Orange #C73518
RGB
CMYK
RGB Variations
Color information
#C73518 (or 0xC73518) is known color: Harley Davidson Orange. HEX triplet: C7, 35 and 18. RGB value is (199,53,24). Sum of RGB (Red+Green+Blue) = 199+53+24=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C73518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73518 is #38CAE7. Grayscale: #5D5D5D. Windows color (decimal): -3721960 or 1586631. OLE color: 1586631.
HSL color Cylindrical-coordinate representation of color #C73518: hue angle of 9.94º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C73518 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 24 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.22 |
| HSL | 9.94º | 0.78% | 0.44% | - |
| HSV(B) | 9.94º | 0.88% | 0.78% | - |
| XYZ | 24.99 | 14.75 | 2.39 | - |
| YUV | 93.35 | 88.87 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 24 | 0 | 0.73 | 0.88 | 0.22 | 9.94 | 0.78 | 0.44 |
| Hex | C7 | 35 | 18 | 0 | 49 | 58 | 16 | A | 4E | 2C |
| Octal | 307 | 65 | 30 | 0 | 111 | 130 | 26 | 12 | 116 | 54 |
| Binary | 11000111 | 110101 | 11000 | 0 | 1001001 | 1011000 | 10110 | 1010 | 1001110 | 101100 |
Color Harmonies of #C73518
Complementary color
Monochromatic Colors of #C73518
Black with #C73518
Text Example
Text Example
White with #C73518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73518; }
p { color: rgb(199,53,24); }
H1.HeaderClassName
{
color: #C73518;
}
.AnyTagClassName
{
color: #C73518;
}
</style>
background-color css
<style>
a { background-color: #C73518; }
a { background-color: rgb(199,53,24); }
div.DivClassName
{
background-color: #C73518;
}
.BgClassName
{
background-color: #C73518;
}
</style>
border-color css
<style>
span { border-color: #C73518; }
span { border-color: rgb(199,53,24); }
td.TdClassName
{
border-color: #C73518;
}
.TagClassName
{
border-color: #C73518;
}
</style>