#D92816

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

Shades of Harley Davidson Orange #D92816

Tints of Harley Davidson Orange #D92816

Color information

#D92816 (or 0xD92816) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 28 and 16. RGB value is (217,40,22). Sum of RGB (Red+Green+Blue) = 217+40+22=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D92816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92816 is #26D7E9. Grayscale: #5B5B5B. Windows color (decimal): -2545642 or 1452249. OLE color: 1452249.

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

Color convert

RGB2174022-
CMYK00.820.900.15
HSL5.54º81.59%46.86%-
HSV(B)5.54º89.86%85.1%-
XYZ29.5216.332.35-
YUV90.8789.14217.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 77.78%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=77.78%
G=14.34%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217402200.820.900.155.5481.5946.86
HexD928160525AF6522f
Octal3315026012213217612257
Binary110110011010001011001010010101101011111101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92816; }

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

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

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

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

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

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

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

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