#D03E1C

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

Shades of Harley Davidson Orange #D03E1C

Tints of Harley Davidson Orange #D03E1C

Color information

#D03E1C (or 0xD03E1C) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 3E and 1C. RGB value is (208,62,28). Sum of RGB (Red+Green+Blue) = 208+62+28=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03E1C is #2FC1E3. Grayscale: #666666. Windows color (decimal): -3129828 or 1851088. OLE color: 1851088.

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

Color convert

RGB2086228-
CMYK00.700.870.18
HSL11.33º76.27%46.27%-
HSV(B)11.33º86.54%81.57%-
XYZ27.9416.942.9-
YUV101.7886.37203.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 69.80%
GREEN value IS 62 (24.61% from 255) = 20.81%
BLUE value IS 28 (11.33% from 255) = 9.40%
R=69.80%
G=20.81%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208622800.700.870.1811.3376.2746.27
HexD03E1C0465712b4c2e
Octal32076340106127221311456
Binary11010000111110111000100011010101111001010111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03E1C; }

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

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

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

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

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

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

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

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