#D92C14

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

Shades of Harley Davidson Orange #D92C14

Tints of Harley Davidson Orange #D92C14

Color information

#D92C14 (or 0xD92C14) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 2C and 14. RGB value is (217,44,20). Sum of RGB (Red+Green+Blue) = 217+44+20=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92C14 is #26D3EB. Grayscale: #5D5D5D. Windows color (decimal): -2544620 or 1322201. OLE color: 1322201.

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

Color convert

RGB2174420-
CMYK00.800.910.15
HSL7.31º83.12%46.47%-
HSV(B)7.31º90.78%85.1%-
XYZ29.6416.62.3-
YUV92.9986.81216.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 77.22%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 20 (8.20% from 255) = 7.12%
R=77.22%
G=15.66%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217442000.800.910.157.3183.1246.47
HexD92C140505BF7532e
Octal3315424012013317712356
Binary110110011011001010001010000101101111111111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92C14; }

 p { color: rgb(217,44,20); }

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

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

 a { background-color: rgb(217,44,20); }

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

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

 span { border-color: rgb(217,44,20); }

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