#D92B1D

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

Shades of Harley Davidson Orange #D92B1D

Tints of Harley Davidson Orange #D92B1D

Color information

#D92B1D (or 0xD92B1D) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 2B and 1D. RGB value is (217,43,29). Sum of RGB (Red+Green+Blue) = 217+43+29=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92B1D is #26D4E2. Grayscale: #5D5D5D. Windows color (decimal): -2544867 or 1911769. OLE color: 1911769.

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

Color convert

RGB2174329-
CMYK00.800.870.15
HSL4.47º76.42%48.24%-
HSV(B)4.47º86.64%85.1%-
XYZ29.716.572.79-
YUV93.4391.65216.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 75.09%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 29 (11.72% from 255) = 10.03%
R=75.09%
G=14.88%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217432900.800.870.154.4776.4248.24
HexD92B1D05057F44c30
Octal3315335012012717411460
Binary110110011010111110101010000101011111111001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92B1D; }

 p { color: rgb(217,43,29); }

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

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

 a { background-color: rgb(217,43,29); }

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

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

 span { border-color: rgb(217,43,29); }

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