#D92901

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

Shades of Harley Davidson Orange #D92901

Tints of Harley Davidson Orange #D92901

Color information

#D92901 (or 0xD92901) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 29 and 01. RGB value is (217,41,1). Sum of RGB (Red+Green+Blue) = 217+41+1=259 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.78% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 217 - color contains mainly: red. Hex color #D92901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92901 is #26D6FE. Grayscale: #595959. Windows color (decimal): -2545407 or 76249. OLE color: 76249.

HSL color Cylindrical-coordinate representation of color #D92901: hue angle of 11.11º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D92901 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB217411-
CMYK00.811.000.15
HSL11.11º99.08%42.75%-
HSV(B)11.11º99.54%85.1%-
XYZ29.4116.341.63-
YUV89.0678.31219.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 83.78%
GREEN value IS 41 (16.41% from 255) = 15.83%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=83.78%
G=15.83%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21741100.811.000.1511.1199.0842.75
HexD929105164Fb632b
Octal3315110121144171314353
Binary110110011010011010100011100100111110111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92901; }

 p { color: rgb(217,41,1); }

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

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

 a { background-color: rgb(217,41,1); }

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

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

 span { border-color: rgb(217,41,1); }

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