Html Css Color HEX #C03417 Harley Davidson Orange
📋 copy color: '#C03417'red 192 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #C03417
Tints of Harley Davidson Orange #C03417
RGB
CMYK
RGB Variations
Color information
#C03417 (or 0xC03417) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 17. RGB value is (192,52,23). Sum of RGB (Red+Green+Blue) = 192+52+23=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C03417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03417 is #3FCBE8. Grayscale: #5A5A5A. Windows color (decimal): -4180969 or 1520832. OLE color: 1520832.
HSL color Cylindrical-coordinate representation of color #C03417: hue angle of 10.3º 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 #C03417 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 23 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.25 |
| HSL | 10.3º | 0.79% | 0.42% | - |
| HSV(B) | 10.3º | 0.88% | 0.75% | - |
| XYZ | 23.12 | 13.72 | 2.24 | - |
| YUV | 90.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 23 | 0 | 0.73 | 0.88 | 0.25 | 10.3 | 0.79 | 0.42 |
| Hex | C0 | 34 | 17 | 0 | 49 | 58 | 19 | A | 4F | 2A |
| Octal | 300 | 64 | 27 | 0 | 111 | 130 | 31 | 12 | 117 | 52 |
| Binary | 11000000 | 110100 | 10111 | 0 | 1001001 | 1011000 | 11001 | 1010 | 1001111 | 101010 |
Color Harmonies of #C03417
Complementary color
Monochromatic Colors of #C03417
Black with #C03417
Text Example
Text Example
White with #C03417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03417; }
p { color: rgb(192,52,23); }
H1.HeaderClassName
{
color: #C03417;
}
.AnyTagClassName
{
color: #C03417;
}
</style>
background-color css
<style>
a { background-color: #C03417; }
a { background-color: rgb(192,52,23); }
div.DivClassName
{
background-color: #C03417;
}
.BgClassName
{
background-color: #C03417;
}
</style>
border-color css
<style>
span { border-color: #C03417; }
span { border-color: rgb(192,52,23); }
td.TdClassName
{
border-color: #C03417;
}
.TagClassName
{
border-color: #C03417;
}
</style>