#D03E19

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

Shades of Harley Davidson Orange #D03E19

Tints of Harley Davidson Orange #D03E19

Color information

#D03E19 (or 0xD03E19) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 3E and 19. RGB value is (208,62,25). Sum of RGB (Red+Green+Blue) = 208+62+25=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03E19 is #2FC1E6. Grayscale: #656565. Windows color (decimal): -3129831 or 1654480. OLE color: 1654480.

HSL color Cylindrical-coordinate representation of color #D03E19: hue angle of 12.13º 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 #D03E19 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB2086225-
CMYK00.700.880.18
HSL12.13º78.54%45.69%-
HSV(B)12.13º87.98%81.57%-
XYZ27.9116.932.72-
YUV101.4484.87204.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.51%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 25 (10.16% from 255) = 8.47%
R=70.51%
G=21.02%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208622500.700.880.1812.1378.5445.69
HexD03E190465812c4f2e
Octal32076310106130221411756
Binary11010000111110110010100011010110001001011001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03E19; }

 p { color: rgb(208,62,25); }

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

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

 a { background-color: rgb(208,62,25); }

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

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

 span { border-color: rgb(208,62,25); }

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