#D71B0F

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

Shades of Harley Davidson Orange #D71B0F

Tints of Harley Davidson Orange #D71B0F

Color information

#D71B0F (or 0xD71B0F) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 1B and 0F. RGB value is (215,27,15). Sum of RGB (Red+Green+Blue) = 215+27+15=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D71B0F is #28E4F0. Grayscale: #525252. Windows color (decimal): -2680049 or 990167. OLE color: 990167.

HSL color Cylindrical-coordinate representation of color #D71B0F: hue angle of 3.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71B0F is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB2152715-
CMYK00.870.930.16
HSL3.6º86.96%45.1%-
HSV(B)3.6º93.02%84.31%-
XYZ28.515.271.9-
YUV81.8490.28222.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 83.66%
GREEN value IS 27 (10.94% from 255) = 10.51%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=83.66%
G=10.51%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215271500.870.930.163.686.9645.1
HexD71BF0575D104572d
Octal3273317012713520412755
Binary11010111110111111010101111011101100001001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71B0F; }

 p { color: rgb(215,27,15); }

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

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

 a { background-color: rgb(215,27,15); }

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

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

 span { border-color: rgb(215,27,15); }

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