#C7280B

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

Shades of Harley Davidson Orange #C7280B

Tints of Harley Davidson Orange #C7280B

Color information

#C7280B (or 0xC7280B) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 28 and 0B. RGB value is (199,40,11). Sum of RGB (Red+Green+Blue) = 199+40+11=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C7280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7280B is #38D7F4. Grayscale: #545454. Windows color (decimal): -3725301 or 731335. OLE color: 731335.

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

Color convert

RGB1994011-
CMYK00.800.940.22
HSL9.26º89.52%41.18%-
HSV(B)9.26º94.47%78.04%-
XYZ24.3713.681.67-
YUV84.2486.68209.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 79.6%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 11 (4.69% from 255) = 4.4%
R=79.6%
G=16%
B=4.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199401100.800.940.229.2689.5241.18
HexC728B0505E1695a29
Octal30750130120136261113251
Binary1100011110100010110101000010111101011010011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7280B; }

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

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

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

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

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

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

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

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