#DF3A0E

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

Shades of Harley Davidson Orange #DF3A0E

Tints of Harley Davidson Orange #DF3A0E

Color information

#DF3A0E (or 0xDF3A0E) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 3A and 0E. RGB value is (223,58,14). Sum of RGB (Red+Green+Blue) = 223+58+14=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3A0E is #20C5F1. Grayscale: #666666. Windows color (decimal): -2147826 or 932575. OLE color: 932575.

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

Color convert

RGB2235814-
CMYK00.740.940.13
HSL12.63º88.19%46.47%-
HSV(B)12.63º93.72%87.45%-
XYZ32.0218.752.35-
YUV102.3278.16214.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 75.59%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=75.59%
G=19.66%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223581400.740.940.1312.6388.1946.47
HexDF3AE04A5EDd582e
Octal33772160112136151513056
Binary110111111110101110010010101011110110111011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3A0E; }

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

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

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

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

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

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

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

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