#D8441A

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

Shades of Harley Davidson Orange #D8441A

Tints of Harley Davidson Orange #D8441A

Color information

#D8441A (or 0xD8441A) is unknown color: approx Harley Davidson Orange. HEX triplet: D8, 44 and 1A. RGB value is (216,68,26). Sum of RGB (Red+Green+Blue) = 216+68+26=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8441A is #27BBE5. Grayscale: #6B6B6B. Windows color (decimal): -2604006 or 1721560. OLE color: 1721560.

HSL color Cylindrical-coordinate representation of color #D8441A: hue angle of 13.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8441A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB2166826-
CMYK00.690.880.15
HSL13.26º78.51%47.45%-
HSV(B)13.26º87.96%84.71%-
XYZ30.5718.813-
YUV107.4682.03205.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 69.68%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 26 (10.55% from 255) = 8.39%
R=69.68%
G=21.94%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216682600.690.880.1513.2678.5147.45
HexD8441A04558Fd4f2f
Octal330104320105130171511757
Binary11011000100010011010010001011011000111111011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8441A; }

 p { color: rgb(216,68,26); }

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

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

 a { background-color: rgb(216,68,26); }

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

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

 span { border-color: rgb(216,68,26); }

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