Html Css Color HEX #C02617 Harley Davidson Orange
📋 copy color: '#C02617'red 192 ◦ green 38 ◦ blue 23
Shades of Harley Davidson Orange #C02617
Tints of Harley Davidson Orange #C02617
RGB
CMYK
RGB Variations
Color information
#C02617 (or 0xC02617) is known color: Harley Davidson Orange. HEX triplet: C0, 26 and 17. RGB value is (192,38,23). Sum of RGB (Red+Green+Blue) = 192+38+23=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C02617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02617 is #3FD9E8. Grayscale: #525252. Windows color (decimal): -4184553 or 1517248. OLE color: 1517248.
HSL color Cylindrical-coordinate representation of color #C02617: hue angle of 5.33º 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 #C02617 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 23 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.25 |
| HSL | 5.33º | 0.79% | 0.42% | - |
| HSV(B) | 5.33º | 0.88% | 0.75% | - |
| XYZ | 22.59 | 12.65 | 2.06 | - |
| YUV | 82.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 23 | 0 | 0.80 | 0.88 | 0.25 | 5.33 | 0.79 | 0.42 |
| Hex | C0 | 26 | 17 | 0 | 50 | 58 | 19 | 5 | 4F | 2A |
| Octal | 300 | 46 | 27 | 0 | 120 | 130 | 31 | 5 | 117 | 52 |
| Binary | 11000000 | 100110 | 10111 | 0 | 1010000 | 1011000 | 11001 | 101 | 1001111 | 101010 |
Color Harmonies of #C02617
Complementary color
Monochromatic Colors of #C02617
Black with #C02617
Text Example
Text Example
White with #C02617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02617; }
p { color: rgb(192,38,23); }
H1.HeaderClassName
{
color: #C02617;
}
.AnyTagClassName
{
color: #C02617;
}
</style>
background-color css
<style>
a { background-color: #C02617; }
a { background-color: rgb(192,38,23); }
div.DivClassName
{
background-color: #C02617;
}
.BgClassName
{
background-color: #C02617;
}
</style>
border-color css
<style>
span { border-color: #C02617; }
span { border-color: rgb(192,38,23); }
td.TdClassName
{
border-color: #C02617;
}
.TagClassName
{
border-color: #C02617;
}
</style>