#D5481F

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

Shades of Harley Davidson Orange #D5481F

Tints of Harley Davidson Orange #D5481F

Color information

#D5481F (or 0xD5481F) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 48 and 1F. RGB value is (213,72,31). Sum of RGB (Red+Green+Blue) = 213+72+31=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D5481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5481F is #2AB7E0. Grayscale: #6D6D6D. Windows color (decimal): -2799585 or 2050261. OLE color: 2050261.

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

Color convert

RGB2137231-
CMYK00.660.850.16
HSL13.52º74.59%47.84%-
HSV(B)13.52º85.45%83.53%-
XYZ30.0118.883.36-
YUV109.4883.71201.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 67.41%
GREEN value IS 72 (28.52% from 255) = 22.78%
BLUE value IS 31 (12.5% from 255) = 9.81%
R=67.41%
G=22.78%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213723100.660.850.1613.5274.5947.84
HexD5481F0425510e4b30
Octal325110370102125201611360
Binary110101011001000111110100001010101011000011101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5481F; }

 p { color: rgb(213,72,31); }

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

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

 a { background-color: rgb(213,72,31); }

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

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

 span { border-color: rgb(213,72,31); }

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