#D91F14

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

Shades of Harley Davidson Orange #D91F14

Tints of Harley Davidson Orange #D91F14

Color information

#D91F14 (or 0xD91F14) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 1F and 14. RGB value is (217,31,20). Sum of RGB (Red+Green+Blue) = 217+31+20=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D91F14 is #26E0EB. Grayscale: #555555. Windows color (decimal): -2547948 or 1318873. OLE color: 1318873.

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

Color convert

RGB2173120-
CMYK00.860.910.15
HSL3.35º83.12%46.47%-
HSV(B)3.35º90.78%85.1%-
XYZ29.2315.782.17-
YUV85.3691.12221.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 80.97%
GREEN value IS 31 (12.5% from 255) = 11.57%
BLUE value IS 20 (8.20% from 255) = 7.46%
R=80.97%
G=11.57%
B=7.46%

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
Decimal217312000.860.910.153.3583.1246.47
HexD91F140565BF3532e
Octal3313724012613317312356
Binary1101100111111101000101011010110111111111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91F14; }

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

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

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

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

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

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

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

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