Html Css Color HEX #C73418 Harley Davidson Orange
📋 copy color: '#C73418'red 199 ◦ green 52 ◦ blue 24
Shades of Harley Davidson Orange #C73418
Tints of Harley Davidson Orange #C73418
RGB
CMYK
RGB Variations
Color information
#C73418 (or 0xC73418) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 18. RGB value is (199,52,24). Sum of RGB (Red+Green+Blue) = 199+52+24=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C73418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73418 is #38CBE7. Grayscale: #5D5D5D. Windows color (decimal): -3722216 or 1586375. OLE color: 1586375.
HSL color Cylindrical-coordinate representation of color #C73418: hue angle of 9.6º 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 #C73418 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 24 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.22 |
| HSL | 9.6º | 0.78% | 0.44% | - |
| HSV(B) | 9.6º | 0.88% | 0.78% | - |
| XYZ | 24.95 | 14.66 | 2.38 | - |
| YUV | 92.76 | 89.2 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 24 | 0 | 0.74 | 0.88 | 0.22 | 9.6 | 0.78 | 0.44 |
| Hex | C7 | 34 | 18 | 0 | 4A | 58 | 16 | A | 4E | 2C |
| Octal | 307 | 64 | 30 | 0 | 112 | 130 | 26 | 12 | 116 | 54 |
| Binary | 11000111 | 110100 | 11000 | 0 | 1001010 | 1011000 | 10110 | 1010 | 1001110 | 101100 |
Color Harmonies of #C73418
Complementary color
Monochromatic Colors of #C73418
Black with #C73418
Text Example
Text Example
White with #C73418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73418; }
p { color: rgb(199,52,24); }
H1.HeaderClassName
{
color: #C73418;
}
.AnyTagClassName
{
color: #C73418;
}
</style>
background-color css
<style>
a { background-color: #C73418; }
a { background-color: rgb(199,52,24); }
div.DivClassName
{
background-color: #C73418;
}
.BgClassName
{
background-color: #C73418;
}
</style>
border-color css
<style>
span { border-color: #C73418; }
span { border-color: rgb(199,52,24); }
td.TdClassName
{
border-color: #C73418;
}
.TagClassName
{
border-color: #C73418;
}
</style>