#D12619

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

Shades of Harley Davidson Orange #D12619

Tints of Harley Davidson Orange #D12619

Color information

#D12619 (or 0xD12619) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 26 and 19. RGB value is (209,38,25). Sum of RGB (Red+Green+Blue) = 209+38+25=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D12619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12619 is #2ED9E6. Grayscale: #575757. Windows color (decimal): -3070439 or 1648337. OLE color: 1648337.

HSL color Cylindrical-coordinate representation of color #D12619: hue angle of 4.24º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D12619 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB2093825-
CMYK00.820.880.18
HSL4.24º78.63%45.88%-
HSV(B)4.24º88.04%81.96%-
XYZ27.1615.012.39-
YUV87.6592.65214.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 76.84%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 25 (10.16% from 255) = 9.19%
R=76.84%
G=13.97%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209382500.820.880.184.2478.6345.88
HexD12619052581244f2e
Octal3214631012213022411756
Binary1101000110011011001010100101011000100101001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12619; }

 p { color: rgb(209,38,25); }

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

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

 a { background-color: rgb(209,38,25); }

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

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

 span { border-color: rgb(209,38,25); }

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