Html Css Color HEX #C03518 Harley Davidson Orange
📋 copy color: '#C03518'red 192 ◦ green 53 ◦ blue 24
Shades of Harley Davidson Orange #C03518
Tints of Harley Davidson Orange #C03518
RGB
CMYK
RGB Variations
Color information
#C03518 (or 0xC03518) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 18. RGB value is (192,53,24). Sum of RGB (Red+Green+Blue) = 192+53+24=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C03518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03518 is #3FCAE7. Grayscale: #5B5B5B. Windows color (decimal): -4180712 or 1586624. OLE color: 1586624.
HSL color Cylindrical-coordinate representation of color #C03518: hue angle of 10.36º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C03518 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 24 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.25 |
| HSL | 10.36º | 0.78% | 0.42% | - |
| HSV(B) | 10.36º | 0.88% | 0.75% | - |
| XYZ | 23.18 | 13.82 | 2.31 | - |
| YUV | 91.26 | 90.05 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 24 | 0 | 0.72 | 0.88 | 0.25 | 10.36 | 0.78 | 0.42 |
| Hex | C0 | 35 | 18 | 0 | 48 | 58 | 19 | A | 4E | 2A |
| Octal | 300 | 65 | 30 | 0 | 110 | 130 | 31 | 12 | 116 | 52 |
| Binary | 11000000 | 110101 | 11000 | 0 | 1001000 | 1011000 | 11001 | 1010 | 1001110 | 101010 |
Color Harmonies of #C03518
Complementary color
Monochromatic Colors of #C03518
Black with #C03518
Text Example
Text Example
White with #C03518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03518; }
p { color: rgb(192,53,24); }
H1.HeaderClassName
{
color: #C03518;
}
.AnyTagClassName
{
color: #C03518;
}
</style>
background-color css
<style>
a { background-color: #C03518; }
a { background-color: rgb(192,53,24); }
div.DivClassName
{
background-color: #C03518;
}
.BgClassName
{
background-color: #C03518;
}
</style>
border-color css
<style>
span { border-color: #C03518; }
span { border-color: rgb(192,53,24); }
td.TdClassName
{
border-color: #C03518;
}
.TagClassName
{
border-color: #C03518;
}
</style>