Html Css Color HEX #C73C18 Harley Davidson Orange
📋 copy color: '#C73C18'red 199 ◦ green 60 ◦ blue 24
Shades of Harley Davidson Orange #C73C18
Tints of Harley Davidson Orange #C73C18
RGB
CMYK
RGB Variations
Color information
#C73C18 (or 0xC73C18) is known color: Harley Davidson Orange. HEX triplet: C7, 3C and 18. RGB value is (199,60,24). Sum of RGB (Red+Green+Blue) = 199+60+24=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73C18 is #38C3E7. Grayscale: #616161. Windows color (decimal): -3720168 or 1588423. OLE color: 1588423.
HSL color Cylindrical-coordinate representation of color #C73C18: hue angle of 12.34º 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 #C73C18 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 24 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.22 |
| HSL | 12.34º | 0.78% | 0.44% | - |
| HSV(B) | 12.34º | 0.88% | 0.78% | - |
| XYZ | 25.33 | 15.44 | 2.51 | - |
| YUV | 97.46 | 86.55 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 24 | 0 | 0.70 | 0.88 | 0.22 | 12.34 | 0.78 | 0.44 |
| Hex | C7 | 3C | 18 | 0 | 46 | 58 | 16 | C | 4E | 2C |
| Octal | 307 | 74 | 30 | 0 | 106 | 130 | 26 | 14 | 116 | 54 |
| Binary | 11000111 | 111100 | 11000 | 0 | 1000110 | 1011000 | 10110 | 1100 | 1001110 | 101100 |
Color Harmonies of #C73C18
Complementary color
Monochromatic Colors of #C73C18
Black with #C73C18
Text Example
Text Example
White with #C73C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C18; }
p { color: rgb(199,60,24); }
H1.HeaderClassName
{
color: #C73C18;
}
.AnyTagClassName
{
color: #C73C18;
}
</style>
background-color css
<style>
a { background-color: #C73C18; }
a { background-color: rgb(199,60,24); }
div.DivClassName
{
background-color: #C73C18;
}
.BgClassName
{
background-color: #C73C18;
}
</style>
border-color css
<style>
span { border-color: #C73C18; }
span { border-color: rgb(199,60,24); }
td.TdClassName
{
border-color: #C73C18;
}
.TagClassName
{
border-color: #C73C18;
}
</style>