#D92D1C

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

Shades of Harley Davidson Orange #D92D1C

Tints of Harley Davidson Orange #D92D1C

Color information

#D92D1C (or 0xD92D1C) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 2D and 1C. RGB value is (217,45,28). Sum of RGB (Red+Green+Blue) = 217+45+28=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D1C is #26D2E3. Grayscale: #5E5E5E. Windows color (decimal): -2544356 or 1846745. OLE color: 1846745.

HSL color Cylindrical-coordinate representation of color #D92D1C: hue angle of 5.4º degrees, saturation: 0.77, 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 #D92D1C is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB2174528-
CMYK00.790.870.15
HSL5.4º77.14%48.04%-
HSV(B)5.4º87.1%85.1%-
XYZ29.7616.712.76-
YUV94.4990.48215.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 74.83%
GREEN value IS 45 (17.97% from 255) = 15.52%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=74.83%
G=15.52%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217452800.790.870.155.477.1448.04
HexD92D1C04F57F54d30
Octal3315534011712717511560
Binary110110011011011110001001111101011111111011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92D1C; }

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

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

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

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

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

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

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

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