Html Css Color HEX #C02817 Harley Davidson Orange
📋 copy color: '#C02817'red 192 ◦ green 40 ◦ blue 23
Shades of Harley Davidson Orange #C02817
Tints of Harley Davidson Orange #C02817
RGB
CMYK
RGB Variations
Color information
#C02817 (or 0xC02817) is known color: Harley Davidson Orange. HEX triplet: C0, 28 and 17. RGB value is (192,40,23). Sum of RGB (Red+Green+Blue) = 192+40+23=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C02817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02817 is #3FD7E8. Grayscale: #535353. Windows color (decimal): -4184041 or 1517760. OLE color: 1517760.
HSL color Cylindrical-coordinate representation of color #C02817: hue angle of 6.04º 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 #C02817 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 23 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.25 |
| HSL | 6.04º | 0.79% | 0.42% | - |
| HSV(B) | 6.04º | 0.88% | 0.75% | - |
| XYZ | 22.65 | 12.79 | 2.08 | - |
| YUV | 83.51 | 93.86 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 23 | 0 | 0.79 | 0.88 | 0.25 | 6.04 | 0.79 | 0.42 |
| Hex | C0 | 28 | 17 | 0 | 4F | 58 | 19 | 6 | 4F | 2A |
| Octal | 300 | 50 | 27 | 0 | 117 | 130 | 31 | 6 | 117 | 52 |
| Binary | 11000000 | 101000 | 10111 | 0 | 1001111 | 1011000 | 11001 | 110 | 1001111 | 101010 |
Color Harmonies of #C02817
Complementary color
Monochromatic Colors of #C02817
Black with #C02817
Text Example
Text Example
White with #C02817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02817; }
p { color: rgb(192,40,23); }
H1.HeaderClassName
{
color: #C02817;
}
.AnyTagClassName
{
color: #C02817;
}
</style>
background-color css
<style>
a { background-color: #C02817; }
a { background-color: rgb(192,40,23); }
div.DivClassName
{
background-color: #C02817;
}
.BgClassName
{
background-color: #C02817;
}
</style>
border-color css
<style>
span { border-color: #C02817; }
span { border-color: rgb(192,40,23); }
td.TdClassName
{
border-color: #C02817;
}
.TagClassName
{
border-color: #C02817;
}
</style>