Html Css Color HEX #C02614 Harley Davidson Orange
📋 copy color: '#C02614'red 192 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #C02614
Tints of Harley Davidson Orange #C02614
RGB
CMYK
RGB Variations
Color information
#C02614 (or 0xC02614) is known color: Harley Davidson Orange. HEX triplet: C0, 26 and 14. RGB value is (192,38,20). Sum of RGB (Red+Green+Blue) = 192+38+20=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C02614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02614 is #3FD9EB. Grayscale: #525252. Windows color (decimal): -4184556 or 1320640. OLE color: 1320640.
HSL color Cylindrical-coordinate representation of color #C02614: hue angle of 6.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C02614 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 20 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.25 |
| HSL | 6.28º | 0.81% | 0.42% | - |
| HSV(B) | 6.28º | 0.9% | 0.75% | - |
| XYZ | 22.56 | 12.64 | 1.91 | - |
| YUV | 81.99 | 93.02 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 20 | 0 | 0.80 | 0.90 | 0.25 | 6.28 | 0.81 | 0.42 |
| Hex | C0 | 26 | 14 | 0 | 50 | 5A | 19 | 6 | 51 | 2A |
| Octal | 300 | 46 | 24 | 0 | 120 | 132 | 31 | 6 | 121 | 52 |
| Binary | 11000000 | 100110 | 10100 | 0 | 1010000 | 1011010 | 11001 | 110 | 1010001 | 101010 |
Color Harmonies of #C02614
Complementary color
Monochromatic Colors of #C02614
Black with #C02614
Text Example
Text Example
White with #C02614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02614; }
p { color: rgb(192,38,20); }
H1.HeaderClassName
{
color: #C02614;
}
.AnyTagClassName
{
color: #C02614;
}
</style>
background-color css
<style>
a { background-color: #C02614; }
a { background-color: rgb(192,38,20); }
div.DivClassName
{
background-color: #C02614;
}
.BgClassName
{
background-color: #C02614;
}
</style>
border-color css
<style>
span { border-color: #C02614; }
span { border-color: rgb(192,38,20); }
td.TdClassName
{
border-color: #C02614;
}
.TagClassName
{
border-color: #C02614;
}
</style>