Html Css Color HEX #C02714 Harley Davidson Orange
📋 copy color: '#C02714'red 192 ◦ green 39 ◦ blue 20
Shades of Harley Davidson Orange #C02714
Tints of Harley Davidson Orange #C02714
RGB
CMYK
RGB Variations
Color information
#C02714 (or 0xC02714) is known color: Harley Davidson Orange. HEX triplet: C0, 27 and 14. RGB value is (192,39,20). Sum of RGB (Red+Green+Blue) = 192+39+20=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C02714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02714 is #3FD8EB. Grayscale: #525252. Windows color (decimal): -4184300 or 1320896. OLE color: 1320896.
HSL color Cylindrical-coordinate representation of color #C02714: hue angle of 6.63º 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 #C02714 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 20 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.25 |
| HSL | 6.63º | 0.81% | 0.42% | - |
| HSV(B) | 6.63º | 0.9% | 0.75% | - |
| XYZ | 22.59 | 12.71 | 1.92 | - |
| YUV | 82.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 20 | 0 | 0.80 | 0.90 | 0.25 | 6.63 | 0.81 | 0.42 |
| Hex | C0 | 27 | 14 | 0 | 50 | 5A | 19 | 7 | 51 | 2A |
| Octal | 300 | 47 | 24 | 0 | 120 | 132 | 31 | 7 | 121 | 52 |
| Binary | 11000000 | 100111 | 10100 | 0 | 1010000 | 1011010 | 11001 | 111 | 1010001 | 101010 |
Color Harmonies of #C02714
Complementary color
Monochromatic Colors of #C02714
Black with #C02714
Text Example
Text Example
White with #C02714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02714; }
p { color: rgb(192,39,20); }
H1.HeaderClassName
{
color: #C02714;
}
.AnyTagClassName
{
color: #C02714;
}
</style>
background-color css
<style>
a { background-color: #C02714; }
a { background-color: rgb(192,39,20); }
div.DivClassName
{
background-color: #C02714;
}
.BgClassName
{
background-color: #C02714;
}
</style>
border-color css
<style>
span { border-color: #C02714; }
span { border-color: rgb(192,39,20); }
td.TdClassName
{
border-color: #C02714;
}
.TagClassName
{
border-color: #C02714;
}
</style>