#D91E14

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

Shades of Harley Davidson Orange #D91E14

Tints of Harley Davidson Orange #D91E14

Color information

#D91E14 (or 0xD91E14) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 1E and 14. RGB value is (217,30,20). Sum of RGB (Red+Green+Blue) = 217+30+20=267 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.27% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91E14 is #26E1EB. Grayscale: #555555. Windows color (decimal): -2548204 or 1318617. OLE color: 1318617.

HSL color Cylindrical-coordinate representation of color #D91E14: hue angle of 3.05º 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 #D91E14 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB2173020-
CMYK00.860.910.15
HSL3.05º83.12%46.47%-
HSV(B)3.05º90.78%85.1%-
XYZ29.2115.732.16-
YUV84.7791.45222.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 81.27%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 20 (8.20% from 255) = 7.49%
R=81.27%
G=11.24%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217302000.860.910.153.0583.1246.47
HexD91E140565BF3532e
Octal3313624012613317312356
Binary1101100111110101000101011010110111111111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91E14; }

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

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

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

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

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

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

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

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