#D03A1D

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

Shades of Harley Davidson Orange #D03A1D

Tints of Harley Davidson Orange #D03A1D

Color information

#D03A1D (or 0xD03A1D) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 3A and 1D. RGB value is (208,58,29). Sum of RGB (Red+Green+Blue) = 208+58+29=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03A1D is #2FC5E2. Grayscale: #636363. Windows color (decimal): -3130851 or 1915600. OLE color: 1915600.

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

Color convert

RGB2085829-
CMYK00.720.860.18
HSL9.72º75.53%46.47%-
HSV(B)9.72º86.06%81.57%-
XYZ27.7516.522.89-
YUV99.5488.2205.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.51%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 29 (11.72% from 255) = 9.83%
R=70.51%
G=19.66%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208582900.720.860.189.7275.5346.47
HexD03A1D0485612a4c2e
Octal32072350110126221211456
Binary11010000111010111010100100010101101001010101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03A1D; }

 p { color: rgb(208,58,29); }

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

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

 a { background-color: rgb(208,58,29); }

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

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

 span { border-color: rgb(208,58,29); }

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