#DF3A03

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

Shades of Harley Davidson Orange #DF3A03

Tints of Harley Davidson Orange #DF3A03

Color information

#DF3A03 (or 0xDF3A03) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 3A and 03. RGB value is (223,58,3). Sum of RGB (Red+Green+Blue) = 223+58+3=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3A03 is #20C5FC. Grayscale: #656565. Windows color (decimal): -2147837 or 211679. OLE color: 211679.

HSL color Cylindrical-coordinate representation of color #DF3A03: hue angle of 15º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF3A03 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB223583-
CMYK00.740.990.13
HSL15º97.35%44.31%-
HSV(B)15º98.65%87.45%-
XYZ31.9618.722.02-
YUV101.0672.66214.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 78.52%
GREEN value IS 58 (23.05% from 255) = 20.42%
BLUE value IS 3 (1.56% from 255) = 1.06%
R=78.52%
G=20.42%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22358300.740.990.131597.3544.31
HexDF3A304A63Df612c
Octal3377230112143151714154
Binary1101111111101011010010101100011110111111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3A03; }

 p { color: rgb(223,58,3); }

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

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

 a { background-color: rgb(223,58,3); }

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

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

 span { border-color: rgb(223,58,3); }

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