#C7280E

Color #C7280E Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C7280E

Tints of Harley Davidson Orange #C7280E

Color information

#C7280E (or 0xC7280E) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 28 and 0E. RGB value is (199,40,14). Sum of RGB (Red+Green+Blue) = 199+40+14=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C7280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7280E is #38D7F1. Grayscale: #545454. Windows color (decimal): -3725298 or 927943. OLE color: 927943.

HSL color Cylindrical-coordinate representation of color #C7280E: hue angle of 8.43º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7280E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB1994014-
CMYK00.800.930.22
HSL8.43º86.85%41.76%-
HSV(B)8.43º92.96%78.04%-
XYZ24.3913.691.77-
YUV84.5888.18209.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 78.66%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=78.66%
G=15.81%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199401400.800.930.228.4386.8541.76
HexC728E0505D168572a
Octal30750160120135261012752
Binary1100011110100011100101000010111011011010001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7280E; }

 p { color: rgb(199,40,14); }

 H1.HeaderClassName
 {
   color: #C7280E;
 }
 .AnyTagClassName
 {
   color: #C7280E;
 }
</style>
background-color css

<style>
 a { background-color: #C7280E; }

 a { background-color: rgb(199,40,14); }

 div.DivClassName
 {
   background-color: #C7280E;
 }
 .BgClassName
 {
   background-color: #C7280E;
 }
</style>
border-color css

<style>
 span { border-color: #C7280E; }

 span { border-color: rgb(199,40,14); }

 td.TdClassName
 {
   border-color: #C7280E;
 }
 .TagClassName
 {
   border-color: #C7280E;
 }
</style>