#D92D08

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

Shades of Harley Davidson Orange #D92D08

Tints of Harley Davidson Orange #D92D08

Color information

#D92D08 (or 0xD92D08) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 2D and 08. RGB value is (217,45,8). Sum of RGB (Red+Green+Blue) = 217+45+8=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92D08 is #26D2F7. Grayscale: #5C5C5C. Windows color (decimal): -2544376 or 536025. OLE color: 536025.

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

Color convert

RGB217458-
CMYK00.790.960.15
HSL10.62º92.89%44.12%-
HSV(B)10.62º96.31%85.1%-
XYZ29.616.651.88-
YUV92.2180.48217.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 80.37%
GREEN value IS 45 (17.97% from 255) = 16.67%
BLUE value IS 8 (3.52% from 255) = 2.96%
R=80.37%
G=16.67%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21745800.790.960.1510.6292.8944.12
HexD92D804F60Fb5d2c
Octal33155100117140171313554
Binary110110011011011000010011111100000111110111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92D08; }

 p { color: rgb(217,45,8); }

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

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

 a { background-color: rgb(217,45,8); }

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

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

 span { border-color: rgb(217,45,8); }

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