#d9280f

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

Shades of Harley Davidson Orange #D9280F

Tints of Harley Davidson Orange #D9280F

Color information

#D9280F (or 0xD9280F) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 28 and 0F. RGB value is (217,40,15). Sum of RGB (Red+Green+Blue) = 217+40+15=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D9280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9280F is #26D7F0. Grayscale: #5A5A5A. Windows color (decimal): -2545649 or 993497. OLE color: 993497.

HSL color Cylindrical-coordinate representation of color #D9280F: hue angle of 7.43º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9280F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB2174015-
CMYK00.820.930.15
HSL7.43º87.07%45.49%-
HSV(B)7.43º93.09%85.1%-
XYZ29.4616.32.05-
YUV90.0785.64218.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 79.78%
GREEN value IS 40 (16.02% from 255) = 14.71%
BLUE value IS 15 (6.25% from 255) = 5.51%
R=79.78%
G=14.71%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217401500.820.930.157.4387.0745.49
HexD928F0525DF7572d
Octal3315017012213517712755
Binary11011001101000111101010010101110111111111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9280f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9280f; }

 p { color: rgb(217,40,15); }

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

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

 a { background-color: rgb(217,40,15); }

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

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

 span { border-color: rgb(217,40,15); }

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