Html Css Color HEX #C03517 Harley Davidson Orange
📋 copy color: '#C03517'red 192 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #C03517
Tints of Harley Davidson Orange #C03517
RGB
CMYK
RGB Variations
Color information
#C03517 (or 0xC03517) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 17. RGB value is (192,53,23). Sum of RGB (Red+Green+Blue) = 192+53+23=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C03517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03517 is #3FCAE8. Grayscale: #5B5B5B. Windows color (decimal): -4180713 or 1521088. OLE color: 1521088.
HSL color Cylindrical-coordinate representation of color #C03517: hue angle of 10.65º degrees, saturation: 0.79, 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 #C03517 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 23 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.25 |
| HSL | 10.65º | 0.79% | 0.42% | - |
| HSV(B) | 10.65º | 0.88% | 0.75% | - |
| XYZ | 23.17 | 13.81 | 2.26 | - |
| YUV | 91.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 23 | 0 | 0.72 | 0.88 | 0.25 | 10.65 | 0.79 | 0.42 |
| Hex | C0 | 35 | 17 | 0 | 48 | 58 | 19 | B | 4F | 2A |
| Octal | 300 | 65 | 27 | 0 | 110 | 130 | 31 | 13 | 117 | 52 |
| Binary | 11000000 | 110101 | 10111 | 0 | 1001000 | 1011000 | 11001 | 1011 | 1001111 | 101010 |
Color Harmonies of #C03517
Complementary color
Monochromatic Colors of #C03517
Black with #C03517
Text Example
Text Example
White with #C03517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03517; }
p { color: rgb(192,53,23); }
H1.HeaderClassName
{
color: #C03517;
}
.AnyTagClassName
{
color: #C03517;
}
</style>
background-color css
<style>
a { background-color: #C03517; }
a { background-color: rgb(192,53,23); }
div.DivClassName
{
background-color: #C03517;
}
.BgClassName
{
background-color: #C03517;
}
</style>
border-color css
<style>
span { border-color: #C03517; }
span { border-color: rgb(192,53,23); }
td.TdClassName
{
border-color: #C03517;
}
.TagClassName
{
border-color: #C03517;
}
</style>