#D7291F

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

Shades of Harley Davidson Orange #D7291F

Tints of Harley Davidson Orange #D7291F

Color information

#D7291F (or 0xD7291F) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 29 and 1F. RGB value is (215,41,31). Sum of RGB (Red+Green+Blue) = 215+41+31=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D7291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7291F is #28D6E0. Grayscale: #5C5C5C. Windows color (decimal): -2676449 or 2042327. OLE color: 2042327.

HSL color Cylindrical-coordinate representation of color #D7291F: hue angle of 3.26º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7291F is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2154131-
CMYK00.810.860.16
HSL3.26º74.8%48.24%-
HSV(B)3.26º85.58%84.31%-
XYZ29.0616.132.88-
YUV91.8993.65215.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 74.91%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 31 (12.5% from 255) = 10.80%
R=74.91%
G=14.29%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215413100.810.860.163.2674.848.24
HexD7291F051561034b30
Octal3275137012112620311360
Binary110101111010011111101010001101011010000111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7291F; }

 p { color: rgb(215,41,31); }

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

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

 a { background-color: rgb(215,41,31); }

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

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

 span { border-color: rgb(215,41,31); }

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