#D03C1E

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

Shades of Harley Davidson Orange #D03C1E

Tints of Harley Davidson Orange #D03C1E

Color information

#D03C1E (or 0xD03C1E) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 3C and 1E. RGB value is (208,60,30). Sum of RGB (Red+Green+Blue) = 208+60+30=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03C1E is #2FC3E1. Grayscale: #656565. Windows color (decimal): -3130338 or 1981648. OLE color: 1981648.

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

Color convert

RGB2086030-
CMYK00.710.860.18
HSL10.11º74.79%46.67%-
HSV(B)10.11º85.58%81.57%-
XYZ27.8616.742.99-
YUV100.8388.03204.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 69.80%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 30 (12.11% from 255) = 10.07%
R=69.80%
G=20.13%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208603000.710.860.1810.1174.7946.67
HexD03C1E0475612a4b2f
Octal32074360107126221211357
Binary11010000111100111100100011110101101001010101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03C1E; }

 p { color: rgb(208,60,30); }

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

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

 a { background-color: rgb(208,60,30); }

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

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

 span { border-color: rgb(208,60,30); }

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